mirror of
https://github.com/OpenSolo/OpenSolo.git
synced 2025-04-29 22:24:32 +02:00
install-vagrant-deps.sh: correct path for chmod of downloaded repo
This commit is contained in:
parent
a97bdf15df
commit
f687d6e785
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user