fix(shellcheck): fix shellcheck error
This commit is contained in:
parent
1a27b0ae84
commit
cc3151436c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user