From 949baa2c47bc4b3ca92c7cf89162342da7146962 Mon Sep 17 00:00:00 2001 From: Ruben Date: Mon, 13 Oct 2025 10:46:50 -0500 Subject: [PATCH] it doesn't like && --- helperbot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helperbot b/helperbot index 0e5eafa..24ff0ca 100755 --- a/helperbot +++ b/helperbot @@ -196,7 +196,8 @@ function update_docker_container { function deno_install { if [ "$synth_current_system" = "neptunium" ]; then # only used on neptunium echo "${blue}Running Deno installer.${normal}" - wget https://deno.land/install.sh -O /tmp/deno.sh && chmod +x /tmp/deno.sh + wget https://deno.land/install.sh -O /tmp/deno.sh + chmod +x /tmp/deno.sh DENO_INSTALL=/usr/local /tmp/deno.sh -y # we assume deno has some error checking and with our script config will automatically stop for any issues echo "${green}Okay.${normal}" fi