Skip to content

Commit

Permalink
Remove --no-check
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwhit committed Sep 20, 2024
1 parent 5c84e6d commit 83544fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if $exe eval 'const [major, minor] = Deno.version.deno.split("."); if (major < 2
if ! echo | $exe run --allow-sys=homedir - >/dev/null 2>&1; then
allow_sys_perm="--allow-sys"
fi
$exe run $allow_sys_perm --no-check --allow-run="zsh,$exe" --allow-read --allow-env --allow-write jsr:@deno/installer-shell-setup/bundled "$deno_install"
$exe run $allow_sys_perm --allow-run="zsh,$exe" --allow-read --allow-env --allow-write jsr:@deno/installer-shell-setup/bundled "$deno_install"
fi
if command -v deno >/dev/null; then
echo "Run 'deno --help' to get started"
Expand Down

0 comments on commit 83544fe

Please sign in to comment.