Skip to content

Commit

Permalink
bootstrap: show filename (including arch)
Browse files Browse the repository at this point in the history
  • Loading branch information
timbertson committed Jan 31, 2024
1 parent efaf73e commit 573d810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _() {
echo >&2 "[runix-bootstrap] Using local bootstrap archive: $LOCAL_BOOTSTRAP/$FILENAME"
cp "$LOCAL_BOOTSTRAP/$FILENAME" "$TMP_TAR"
else
echo >&2 "[runix-bootstrap] Downloading ..."
echo >&2 "[runix-bootstrap] Downloading ${FILENAME} ..."
curl -o "$TMP_TAR" -sSL "https://github.com/timbertson/runix/releases/download/bootstrap/$FILENAME"
fi

Expand Down

0 comments on commit 573d810

Please sign in to comment.