install-vagrant-deps.sh: correct path for chmod of downloaded repo

This commit is contained in:
Peter Barker 2020-07-31 12:35:35 +10:00 committed by Buzz
parent a97bdf15df
commit f687d6e785

View File

@ -21,7 +21,7 @@ sudo wget "http://stedolan.github.io/jq/download/linux64/jq" -O "/usr/local/bin/
sudo chmod 0755 /usr/local/bin/jq
sudo wget "https://storage.googleapis.com/git-repo-downloads/repo" -O "/usr/local/bin/repo"
sudo chmod 0755 /usr/local/bin/rep
sudo chmod 0755 /usr/local/bin/repo
ssh-keyscan -t rsa github.com
ssh-keyscan -t rsa bitbucket.org