From e6a331ee7bd2d7008d4f9bf682b9430befed5afb Mon Sep 17 00:00:00 2001 From: Bas van den Berg <74251551+bvdberg01@users.noreply.github.com> Date: Thu, 29 May 2025 10:20:28 +0200 Subject: [PATCH] Update saltstack-install.sh --- install/saltstack-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/saltstack-install.sh b/install/saltstack-install.sh index ccc196d..256e493 100644 --- a/install/saltstack-install.sh +++ b/install/saltstack-install.sh @@ -20,8 +20,8 @@ msg_ok "Installed Dependencies" msg_info "Setup Salt repo" mkdir -p /etc/apt/keyrings -curl -fsSL https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public | sudo tee /etc/apt/keyrings/salt-archive-keyring.pgp -curl -fsSL https://github.com/saltstack/salt-install-guide/releases/latest/download/salt.sources | sudo tee /etc/apt/sources.list.d/salt.sources +$STD curl -fsSL https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public | sudo tee /etc/apt/keyrings/salt-archive-keyring.pgp +$STD curl -fsSL https://github.com/saltstack/salt-install-guide/releases/latest/download/salt.sources | sudo tee /etc/apt/sources.list.d/salt.sources $STD apt-get update msg_ok "Setup Salt repo"