소스 검색

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…
취소
저장