Skip to content

Commit

Permalink
Merge pull request #442 from aboe76/fix_error_shellcheck
Browse files Browse the repository at this point in the history
fix(shellcheck): fix shellcheck error
  • Loading branch information
myii authored Nov 28, 2019
2 parents 1a27b0a + cc31514 commit 3606c23
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 3606c23

Please sign in to comment.