mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-19 18:04:18 +00:00
Update BeforeInstall.sh
This commit is contained in:
parent
8ec6b7b075
commit
8134a77db8
1 changed files with 0 additions and 2 deletions
|
|
@ -3,7 +3,6 @@
|
||||||
# clear codedeploy-agent files for a fresh install
|
# clear codedeploy-agent files for a fresh install
|
||||||
# sudo rm -rf /home/ubuntu/install
|
# sudo rm -rf /home/ubuntu/install
|
||||||
|
|
||||||
touch /home/ubuntu/status.txt
|
|
||||||
sudo apt-get -y update
|
sudo apt-get -y update
|
||||||
|
|
||||||
if [ ! -f "/home/ubuntu/install" ]; then
|
if [ ! -f "/home/ubuntu/install" ]; then
|
||||||
|
|
@ -20,7 +19,6 @@ fi
|
||||||
|
|
||||||
# install golang
|
# install golang
|
||||||
sudo apt-get -y install golang-go
|
sudo apt-get -y install golang-go
|
||||||
echo "Installed Golang" >> /home/ubuntu/status.txt
|
|
||||||
|
|
||||||
# install nodeJS, npm, and nvm
|
# install nodeJS, npm, and nvm
|
||||||
sudo apt -y install nodejs
|
sudo apt -y install nodejs
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue