diff --git a/install.sh b/install.sh index 4f8e7a9..316ce1b 100755 --- a/install.sh +++ b/install.sh @@ -36,7 +36,7 @@ fi curl --fail --location --progress-bar --output "$exe.zip" "$deno_uri" cd "$bin_dir" -unzip "$exe.zip" +unzip -o "$exe.zip" chmod +x "$exe" rm "$exe.zip"