Fix install-all putting users on master
This commit is contained in:
parent
392c85ee96
commit
211e61dd5c
@ -19,7 +19,7 @@ fi
|
||||
# Update cathook
|
||||
#
|
||||
|
||||
git fetch --depth 1 origin && git reset --hard @{upstream} # pull changes from github
|
||||
git fetch --depth 1 origin && git reset --hard latest # pull changes from github
|
||||
git submodule update --depth 1 --init --recursive # update/init submodules
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user