fix accidentel removed update function and set to dev

This commit is contained in:
kjeld Schouten-Lebbing 2020-05-26 01:10:19 +02:00
parent b82a02e359
commit cdd5127ce6

View File

@ -20,7 +20,8 @@ if ! [ "$(id -u)" = 0 ]; then
fi
# Auto Update
gitupdate ${BRANCH}
BRANCH="upstream/dev"
gitupdate "${BRANCH}"
# If no option is given, point to the help menu
if [ $# -eq 0 ]