Skip to content

Commit

Permalink
fix(shellcheck): fix shellcheck error
Browse files Browse the repository at this point in the history
  • Loading branch information
Niels Abspoel committed Nov 28, 2019
1 parent 1a27b0a commit cc31514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/setup-salt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# 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 -
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 install salt-master -y
Expand Down

0 comments on commit cc31514

Please sign in to comment.