Update BeforeInstall.sh

This commit is contained in:
Chigozirim Igweamaka 2024-05-17 13:18:06 +01:00 committed by GitHub
parent 8ec6b7b075
commit 8134a77db8

View file

@ -3,7 +3,6 @@
# clear codedeploy-agent files for a fresh install
# sudo rm -rf /home/ubuntu/install
touch /home/ubuntu/status.txt
sudo apt-get -y update
if [ ! -f "/home/ubuntu/install" ]; then
@ -20,7 +19,6 @@ fi
# install golang
sudo apt-get -y install golang-go
echo "Installed Golang" >> /home/ubuntu/status.txt
# install nodeJS, npm, and nvm
sudo apt -y install nodejs