Update BeforeInstall.sh

This commit is contained in:
Chigozirim Igweamaka 2024-05-17 12:29:38 +01:00 committed by GitHub
parent edd6d3e2cd
commit 6f6a9ca80d

View file

@ -1,7 +1,9 @@
#!/usr/bin/env bash
# clear codedeploy-agent files for a fresh install
sudo rm -rf /home/ubuntu/install
# sudo rm -rf /home/ubuntu/install
touch /home/ubuntu/hello.txt
# install CodeDeploy agent
sudo apt-get -y update