From 6a0880e3d82c6e7fcda6c0a587b82f9894c35288 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 2 Jun 2025 14:18:13 +0200 Subject: [PATCH] Update gitea-mirror.sh --- ct/gitea-mirror.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/gitea-mirror.sh b/ct/gitea-mirror.sh index 1ece0df2..ab42d77e 100644 --- a/ct/gitea-mirror.sh +++ b/ct/gitea-mirror.sh @@ -42,7 +42,7 @@ function update_script() { msg_info "Installing Bun" export BUN_INSTALL=/opt/bun - $STD curl -fsSL https://bun.sh/install | bash + curl -fsSL https://bun.sh/install | $STD bash ln -sf /opt/bun/bin/bun /usr/local/bin/bun ln -sf /opt/bun/bin/bun /usr/local/bin/bunx msg_ok "Installed Bun"