Skip to content

Commit

Permalink
Update setup-deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrevillard authored Sep 29, 2022
1 parent 00d5c7d commit 3b47880
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if [[ $DISTRO == *"ubuntu"* ]]; then
sudo apt -y install python3 python3-pip
sudo pip3 install ansible
sudo pip3 install netaddr
git clone https://github.com/pierrevillard/agorakube.git -b master
git clone https://github.com/ilkilab/agorakube.git -b minimal/master

elif [[ $DISTRO == *"centos"* ]]; then
sudo killall -9 yum
Expand All @@ -34,7 +34,7 @@ elif [[ $DISTRO == *"centos"* ]]; then
sudo yum -y install python python-pip libselinux-python python-netaddr
sudo pip install ansible
sudo pip install netaddr
git clone https://github.com/pierrevillard/agorakube.git -b master
git clone https://github.com/ilkilab/agorakube.git -b minimal/master

elif [[ $DISTRO == *"debian"* ]]; then
export DEBIAN_FRONTEND=noninteractive
Expand All @@ -44,7 +44,7 @@ elif [[ $DISTRO == *"debian"* ]]; then
sudo apt -y install python3 python3-pip
sudo pip3 install ansible
sudo pip3 install netaddr
git clone https://github.com/pierrevillard/agorakube.git -b master
git clone https://github.com/ilkilab/agorakube.git -b minimal/master

else
echo "Unsupported OS"
Expand Down

0 comments on commit 3b47880

Please sign in to comment.