From 3b47aee56b47ded0b71f5466c0925b7a7273f552 Mon Sep 17 00:00:00 2001 From: Tobias Date: Mon, 5 Jan 2026 22:02:42 +0100 Subject: [PATCH] fix std --- install/yubal-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/yubal-install.sh b/install/yubal-install.sh index bc47d6e2a..187db3aa0 100644 --- a/install/yubal-install.sh +++ b/install/yubal-install.sh @@ -32,7 +32,7 @@ msg_ok "Installed Bun" UV_VERSION="0.7.19" PYTHON_VERSION="3.12" setup_uv msg_info "Installing Deno" -$STD curl -fsSL https://deno.land/install.sh | DENO_INSTALL=/usr/local sh +$STD sh -c "curl -fsSL https://deno.land/install.sh | DENO_INSTALL=/usr/local sh -s -- -y" msg_ok "Installed Deno" msg_info "Creating directories"