1
0
mirror of https://github.com/MrDetonia/Maki.git synced 2024-11-22 11:54:16 -05:00

specify which remote to pull when updating

This commit is contained in:
Zac Herd 2016-12-02 11:54:51 +00:00
parent 64e2f4af4c
commit 166fe15c97

View File

@ -8,7 +8,7 @@ do
date date
echo Updating repository... 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 root we can update discord.py
if [ "$EUID" -eq 0 ] if [ "$EUID" -eq 0 ]