Skip to content

Commit af8d078

Browse files
committed
Define [arch=amd64] for SaltStack repo
1 parent a904593 commit af8d078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ apt-get install wget gnupg add-apt-key -y
1212
wget -qO- "https://repo.saltstack.com/py3/ubuntu/${UBUNTU_VERSION}/amd64/latest/SALTSTACK-GPG-KEY.pub" | apt-key add -
1313

1414
cat <<EOF > /etc/apt/sources.list.d/saltstack.list
15-
deb http://repo.saltstack.com/py3/ubuntu/${UBUNTU_VERSION}/amd64/latest ${UBUNTU_CODENAME} main
15+
deb [arch=amd64] http://repo.saltstack.com/py3/ubuntu/${UBUNTU_VERSION}/amd64/latest ${UBUNTU_CODENAME} main
1616
EOF
1717

1818
apt-get install salt-master salt-minion -y

0 commit comments

Comments
 (0)