Update BeforeInstall.sh

This commit is contained in:
Chigozirim Igweamaka 2024-05-17 14:37:08 +01:00 committed by GitHub
parent 9c2d3168d6
commit 2c142466ed

View file

@ -1,8 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# clear codedeploy-agent files for a fresh install
# sudo rm -rf /home/ubuntu/install
sudo apt-get -y update sudo apt-get -y update
if [ ! -f "/home/ubuntu/install" ]; then if [ ! -f "/home/ubuntu/install" ]; then