From 1963694c385eb3bc3a5af589929ee58010771a1e Mon Sep 17 00:00:00 2001 From: casjay Date: Wed, 12 Oct 2022 19:53:10 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/get-deno.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/get-deno.sh b/bin/get-deno.sh index bb475da..fb65124 100755 --- a/bin/get-deno.sh +++ b/bin/get-deno.sh @@ -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"