2
0

fix(shellcheck): fix shellcheck error

This commit is contained in:
Niels Abspoel 2019-11-28 19:42:14 +01:00
parent 1a27b0ae84
commit cc3151436c

View File

@ -2,7 +2,7 @@
# use the latest stable Salt from repo.saltstack.com # use the latest stable Salt from repo.saltstack.com
wget -O - https://repo.saltstack.com/apt/ubuntu/14.04/amd64/latest/SALTSTACK-GPG-KEY.pub | sudo apt-key add - wget -O - https://repo.saltstack.com/apt/ubuntu/14.04/amd64/latest/SALTSTACK-GPG-KEY.pub | sudo apt-key add -
sudo echo 'deb http://repo.saltstack.com/apt/ubuntu/14.04/amd64/latest trusty main' > /etc/apt/sources.list.d/saltstack.list echo 'deb http://repo.saltstack.com/apt/ubuntu/14.04/amd64/latest trusty main' | sudo tee /etc/apt/sources.list.d/saltstack.list
sudo apt-get update -y sudo apt-get update -y
sudo apt-get install salt-master -y sudo apt-get install salt-master -y