Update saltstack-install.sh

This commit is contained in:
Bas van den Berg 2025-05-29 12:04:34 +02:00 committed by GitHub
parent 1c9176d71e
commit d9eed74521
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,12 +25,6 @@ $STD curl -fsSL https://github.com/saltstack/salt-install-guide/releases/latest/
$STD apt-get update
msg_ok "Setup Salt repo"
msg_info "Installing Salt Master"
RELEASE=$(curl -fsSL https://api.github.com/repos/saltstack/salt/releases/latest | jq -r .tag_name | sed 's/^v//')
$STD apt-get install -y salt-master
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
msg_ok "Installed Salt Master"
motd_ssh
customize