Преглед на файлове

Merge pull request #129 from julienlavergne/setup

fixed missing add-apt-repository command when ubuntu is the server one
master
Brian Jackson преди 9 години
родител
ревизия
54a5c85771
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. +2
    -1
      dev/setup-salt.sh

+ 2
- 1
dev/setup-salt.sh Целия файл

@@ -1,6 +1,7 @@
#!/bin/sh
sudo apt-add-repository ppa:saltstack/salt -y
sudo apt-get update -y
sudo apt-get install python-software-properties pkg-config software-properties-common -y
sudo add-apt-repository ppa:saltstack/salt -y
sudo apt-get install salt-master -y
sudo apt-get install salt-minion -y
# setup top files to test the formula

Loading…
Отказ
Запис