This commit is contained in:
Jeffrey Paul 2021-10-15 10:07:39 +00:00
parent 96c45e0529
commit b98b3229df
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@ sudo amazon-linux-extras install docker -y
sudo yum -y install $PKGS
sudo yum upgrade -y
export GOPATH=/usr/local/go
sudo chown -Rv $(whoami):$(whoami) $GOPATH
rm -rf $HOME/go
rsync -avP ./home/ $HOME/
sudo npm install -g yarn