From 83544fe3ee9b7d89a6554a750b0890f13c41761b Mon Sep 17 00:00:00 2001 From: Nathan Whitaker Date: Fri, 20 Sep 2024 10:35:13 -0700 Subject: [PATCH] Remove --no-check --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0e6100d..9bcb05a 100755 --- a/install.sh +++ b/install.sh @@ -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"