mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-20 02:14:20 +00:00
Update before_install.sh
This commit is contained in:
parent
69794d593d
commit
2da1e4145c
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ if [ ! -f "/home/ubuntu/install" ]; then
|
||||||
wget https://aws-codedeploy-eu-north-1.s3.amazonaws.com/latest/install
|
wget https://aws-codedeploy-eu-north-1.s3.amazonaws.com/latest/install
|
||||||
sudo chmod +x ./install
|
sudo chmod +x ./install
|
||||||
sudo ./install auto
|
sudo ./install auto
|
||||||
sudo apt-get install -y python-pip
|
sudo apt-get install -y python3-pip
|
||||||
sudo pip install awscli
|
sudo pip install awscli
|
||||||
echo "C" >> /home/ubuntu/status.txt
|
echo "C" >> /home/ubuntu/status.txt
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue