mirror of
https://github.com/MrDetonia/Maki.git
synced 2024-11-22 03:44:18 -05:00
specify which remote to pull when updating
This commit is contained in:
parent
64e2f4af4c
commit
166fe15c97
@ -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 ]
|
||||
|
Loading…
Reference in New Issue
Block a user