From 2da1e4145c8d6dec02d8af2f0df2407ab0d1d5d2 Mon Sep 17 00:00:00 2001 From: Chigozirim Igweamaka Date: Sat, 18 May 2024 17:19:36 +0100 Subject: [PATCH] Update before_install.sh --- scripts/before_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/before_install.sh b/scripts/before_install.sh index 4915f2b..caad667 100644 --- a/scripts/before_install.sh +++ b/scripts/before_install.sh @@ -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