From f393e39359bfa36a49916ad2f8e7e39185783f97 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Mon, 7 Sep 2026 23:13:27 +0200 Subject: [PATCH] safebucket-install.sh aktualisieren Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com> --- install/safebucket-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/safebucket-install.sh b/install/safebucket-install.sh index 471230bbf..752a0e39b 100644 --- a/install/safebucket-install.sh +++ b/install/safebucket-install.sh @@ -17,8 +17,7 @@ ARCH=$(arch_resolve) GARAGE_ARCH=$(arch_resolve "x86_64-unknown-linux-musl" "aarch64-unknown-linux-musl") msg_info "Installing Dependencies" -$STD apt install -y \ - awscli +$STD apt install -y awscli msg_ok "Installed Dependencies" msg_info "Installing Garage"