diff --git a/installers/raspbian.sh b/installers/raspbian.sh index 0835f48b..27f576fb 100755 --- a/installers/raspbian.sh +++ b/installers/raspbian.sh @@ -82,15 +82,16 @@ EOF set -eo pipefail function _main() { + # set defaults + repo="RaspAP/raspap-webgui" # override with -r, --repo option + repo_common="$repo" + _parse_params "$@" _setup_colors if [ "${check}" == 1 ]; then _check_internet fi - # set defaults - repo="RaspAP/raspap-webgui" # override with -r, --repo option - repo_common="$repo" _log_output _load_installer }