Przeglądaj źródła

fixed missing add-apt-repository command when ubuntu is the server one

master
Julien Lavergne 9 lat temu
rodzic
commit
e87132cf1c
1 zmienionych plików z 3 dodań i 1 usunięć
  1. +3
    -1
      dev/setup-salt.sh

+ 3
- 1
dev/setup-salt.sh Wyświetl plik

@@ -1,5 +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 update -y
sudo apt-get install salt-master -y
sudo apt-get install salt-minion -y

Ładowanie…
Anuluj
Zapisz