Update install/urbackupserver-install.sh

Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
This commit is contained in:
Kristian Skov 2025-01-19 12:38:55 +01:00 committed by GitHub
parent 8859251f3b
commit 00556fc3e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,9 +13,10 @@ network_check
update_os update_os
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
$STD apt update -y
$STD apt-get install -y \ $STD apt-get install -y \
curl \ curl \
sudo \
mc \
gnupg \ gnupg \
coreutils coreutils
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"