瀏覽代碼

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

tags/v0.57.0
Julien Lavergne 9 年之前
父節點
當前提交
e87132cf1c
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. +3
    -1
      dev/setup-salt.sh

+ 3
- 1
dev/setup-salt.sh 查看文件

@@ -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

Loading…
取消
儲存