Fix install-all putting users on master

This commit is contained in:
TotallyNotElite 2019-03-22 14:15:14 +01:00
parent 392c85ee96
commit 211e61dd5c

View File

@ -19,7 +19,7 @@ fi
# Update cathook # 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 git submodule update --depth 1 --init --recursive # update/init submodules
# #