From aca9b25ab74d5662db85a0e0af3350094ff5afea Mon Sep 17 00:00:00 2001 From: Mauritz Dressler <108224705+m-dressler@users.noreply.github.com> Date: Wed, 26 Nov 2025 12:07:47 +0100 Subject: [PATCH] Update success message to include Deno version --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5556fac1..b90895dd 100755 --- a/install.sh +++ b/install.sh @@ -85,7 +85,7 @@ fi chmod +x "$exe" rm "$exe.zip" -echo "Deno was installed successfully to $exe" +echo "Deno $deno_version was installed successfully to $exe" run_shell_setup() { $exe run -A --reload jsr:@deno/installer-shell-setup/bundled "$deno_install" "$@"