We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
[arch=amd64]
1 parent a904593 commit af8d078Copy full SHA for af8d078
install.sh
@@ -12,7 +12,7 @@ apt-get install wget gnupg add-apt-key -y
12
wget -qO- "https://repo.saltstack.com/py3/ubuntu/${UBUNTU_VERSION}/amd64/latest/SALTSTACK-GPG-KEY.pub" | apt-key add -
13
14
cat <<EOF > /etc/apt/sources.list.d/saltstack.list
15
-deb http://repo.saltstack.com/py3/ubuntu/${UBUNTU_VERSION}/amd64/latest ${UBUNTU_CODENAME} main
+deb [arch=amd64] http://repo.saltstack.com/py3/ubuntu/${UBUNTU_VERSION}/amd64/latest ${UBUNTU_CODENAME} main
16
EOF
17
18
apt-get install salt-master salt-minion -y
0 commit comments