Browse Source

optimized setup bootstrap

tags/v0.57.0
Julien Lavergne 9 years ago
parent
commit
09073ebed8
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      dev/setup-salt.sh

+ 0
- 1
dev/setup-salt.sh View File

sudo apt-get update -y sudo apt-get update -y
sudo apt-get install python-software-properties pkg-config software-properties-common -y sudo apt-get install python-software-properties pkg-config software-properties-common -y
sudo add-apt-repository ppa:saltstack/salt -y sudo add-apt-repository ppa:saltstack/salt -y
sudo apt-get update -y
sudo apt-get install salt-master -y sudo apt-get install salt-master -y
sudo apt-get install salt-minion -y sudo apt-get install salt-minion -y
# setup top files to test the formula # setup top files to test the formula

Loading…
Cancel
Save