mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2025-02-08 14:01:31 +01:00
Fix salt-common installation on REMnux in 1.16.0
This commit is contained in:
parent
aa5506981d
commit
9601f28b46
@ -3,8 +3,9 @@ set -x
|
|||||||
|
|
||||||
|
|
||||||
# Install Salt
|
# Install Salt
|
||||||
wget -nv -O - https://repo.saltproject.io/py3/ubuntu/20.04/amd64/latest/salt-archive-keyring.gpg | apt-key add -
|
mkdir -p /etc/apt/keyrings
|
||||||
echo deb [arch=amd64] https://repo.saltproject.io/py3/ubuntu/20.04/amd64/3004 focal main > /etc/apt/sources.list.d/saltstack.list
|
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
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y salt-common
|
apt-get install -y salt-common
|
||||||
git clone https://github.com/REMnux/salt-states.git /srv/salt
|
git clone https://github.com/REMnux/salt-states.git /srv/salt
|
||||||
|
Loading…
Reference in New Issue
Block a user