Update saltstack-install.sh

This commit is contained in:
Bas van den Berg
2025-05-28 22:26:09 +02:00
committed by GitHub
parent 8ff596c7de
commit 6eee2677a1

View File

@@ -23,7 +23,7 @@ RELEASE=$(curl -fsSL https://api.github.com/repos/saltstack/salt/releases/latest
curl -fsSL "https://github.com/saltstack/salt/releases/download/v${RELEASE}/salt-master_${RELEASE}_amd64.deb" -o salt-master.deb
$STD dpkg -i salt-master.deb
systemctl enable -q --now salt-master
echo "${RELEASE_BARASSISTANT}" >/opt/${APPLICATION}_version.txt
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
msg_ok "Installed Salt Master"
motd_ssh