From 2e88de67146f32ea6d51fcb7b7255f2865ff24b0 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Mon, 3 Dec 2018 11:52:15 -0500 Subject: [PATCH] add origin before ssh-agent --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index 239a73b..07b112d 100755 --- a/install.sh +++ b/install.sh @@ -204,7 +204,6 @@ if [ $usegit = True ] ; then git init 1>> $gitlogloc 2>> $gitlogloc 3>> $gitlogloc; git remote add origin $giturl 1>> $gitlogloc 2>> $gitlogloc 3>> $gitlogloc; ssh-agent bash -c 'ssh-add $gitkey 1>> $gitlogloc 2>> $gitlogloc 3>> $gitlogloc; - git remote add origin $giturl 1>> $gitlogloc 2>> $gitlogloc 3>> $gitlogloc; git pull origin master 1>> $gitlogloc 2>> $gitlogloc 3>> $gitlogloc;' echo -e "\tInstalling pip requirements" pip install -r requirements.txt 1>> $gitlogloc 2>> $gitlogloc 3>> $gitlogloc