mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-17 08:54:19 +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
|
||||
sudo chmod +x ./install
|
||||
sudo ./install auto
|
||||
sudo apt-get install -y python-pip
|
||||
sudo apt-get install -y python3-pip
|
||||
sudo pip install awscli
|
||||
echo "C" >> /home/ubuntu/status.txt
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue