Alertmanager: Change installation of curl, sudo and mc to a oneliner

Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
This commit is contained in:
Andy Grunwald 2025-01-06 17:04:36 +01:00 committed by Andy Grunwald
parent ac87b8e207
commit 0b1778c1b4
No known key found for this signature in database
GPG Key ID: 4DF3757FE7EB0B6E

View File

@ -14,8 +14,10 @@ network_check
update_os update_os
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
$STD apt-get install -y curl $STD apt-get install -y \
$STD apt-get install -y sudo curl \
sudo \
mc
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Installing Prometheus Alertmanager" msg_info "Installing Prometheus Alertmanager"