mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-18 17:34:22 +00:00
Update BeforeInstall.sh
This commit is contained in:
parent
edd6d3e2cd
commit
6f6a9ca80d
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue