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:
parent
64e2f4af4c
commit
166fe15c97
@ -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 ]
|
||||||
|
Loading…
Reference in New Issue
Block a user