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"