set branch to dev

This commit is contained in:
kjeld Schouten-Lebbing 2020-05-05 14:57:15 +02:00
parent 795eb809af
commit 17714136c9

View File

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