This commit is contained in:
Tobias 2026-01-05 22:02:42 +01:00
parent 0fbbd38c74
commit 3b47aee56b

View File

@ -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"