Skip to content

Commit

Permalink
fixed deploy.sh pt 1239781250
Browse files Browse the repository at this point in the history
  • Loading branch information
EdanSneh committed Aug 28, 2018
1 parent bc10bd2 commit 607d120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export CLOUD_SDK_REPO="cloud-sdk-$(lsb_release -c -s)"
echo "deb http://packages.cloud.google.com/apt $CLOUD_SDK_REPO main" | sudo tee -a /etc/apt/sources.list.d/google-cloud-sdk.list
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
sudo apt-get update && sudo apt-get install google-cloud-sdk
sudo apt-get update && sudo apt-get install google-cloud-sdk -y

git clone https://github.com/YadiraF/PRNet
cd PRNet
Expand Down

0 comments on commit 607d120

Please sign in to comment.