From f687d6e78549d84a76496a05071fe6bd093252b0 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Fri, 31 Jul 2020 12:35:35 +1000 Subject: [PATCH] install-vagrant-deps.sh: correct path for chmod of downloaded repo --- install-vagrant-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-vagrant-deps.sh b/install-vagrant-deps.sh index 8404f0f..eb01ebc 100755 --- a/install-vagrant-deps.sh +++ b/install-vagrant-deps.sh @@ -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