fix accidentel removed update function and set to dev
This commit is contained in:
parent
b82a02e359
commit
cdd5127ce6
@ -20,7 +20,8 @@ if ! [ "$(id -u)" = 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Auto Update
|
# Auto Update
|
||||||
gitupdate ${BRANCH}
|
BRANCH="upstream/dev"
|
||||||
|
gitupdate "${BRANCH}"
|
||||||
|
|
||||||
# If no option is given, point to the help menu
|
# If no option is given, point to the help menu
|
||||||
if [ $# -eq 0 ]
|
if [ $# -eq 0 ]
|
||||||
|
Loading…
Reference in New Issue
Block a user