mirror of
https://github.com/casjaysdevdocker/deno
synced 2025-01-18 06:34:25 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
c050b97eca
commit
1963694c38
@ -41,7 +41,7 @@ else
|
||||
fi
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
echo "$message"
|
||||
if curl -q -LSsf -o "$FILE" "$URL"; then
|
||||
if curl -q -Lf-o "$FILE" "$URL"; then
|
||||
mkdir -p "$TMP_DIR" && cd "$TMP_DIR" || exit 10
|
||||
unzip "$FILE"
|
||||
mv -fv "$TMP_DIR/deno" "$BIN_FILE"
|
||||
|
Loading…
x
Reference in New Issue
Block a user