From 166fe15c974523aad83676f9451d120f178072cf Mon Sep 17 00:00:00 2001 From: Zac Herd Date: Fri, 2 Dec 2016 11:54:51 +0000 Subject: [PATCH] specify which remote to pull when updating --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 258896d..1a41ca7 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -8,7 +8,7 @@ do date echo Updating repository... - runuser -m $puser -c 'git pull' + runuser -m $puser -c 'git pull origin master' # if root we can update discord.py if [ "$EUID" -eq 0 ]