From a18162949c63fb59c06ac369a1f91635cfba9372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 24 Sep 2024 20:17:11 +0100 Subject: [PATCH] Pull fresh code (#300) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index bb26821c..cf0c6022 100755 --- a/install.sh +++ b/install.sh @@ -47,7 +47,7 @@ rm "$exe.zip" echo "Deno was installed successfully to $exe" run_shell_setup() { - $exe run -A jsr:@deno/installer-shell-setup/bundled "$deno_install" + $exe run -A --reload jsr:@deno/installer-shell-setup/bundled "$deno_install" } # If stdout is a terminal, see if we can run shell setup script (which includes interactive prompts)