Update saltstack-install.sh

This commit is contained in:
Bas van den Berg 2025-05-28 22:11:55 +02:00 committed by GitHub
parent e0593fd077
commit 8e7ecbe49b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +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 emby-server-deb_${LATEST}_amd64.deb
systemctl enable -q --now salt-master
echo "${RELEASE_BARASSISTANT}" >/opt/${APPLICATION}_version.txt
msg_ok "Installed Salt Master"
motd_ssh