Update gitea-mirror.sh

This commit is contained in:
Tobias 2025-06-02 14:18:13 +02:00 committed by GitHub
parent 6377c7d468
commit 6a0880e3d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,7 @@ function update_script() {
msg_info "Installing Bun" msg_info "Installing Bun"
export BUN_INSTALL=/opt/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/bun
ln -sf /opt/bun/bin/bun /usr/local/bin/bunx ln -sf /opt/bun/bin/bun /usr/local/bin/bunx
msg_ok "Installed Bun" msg_ok "Installed Bun"