mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Define branch after get_release
This commit is contained in:
parent
3771ef5b6a
commit
237d561090
@ -36,10 +36,9 @@ set -eo pipefail
|
||||
function _main() {
|
||||
# set defaults
|
||||
repo="billz/raspap-webgui" # override with -r, --repo option
|
||||
branch="$RASPAP_LATEST" # override with -b, --branch option
|
||||
|
||||
_parse_params "$@"
|
||||
_get_release
|
||||
branch="$RASPAP_LATEST" # override with -b, --branch option
|
||||
_parse_params "$@"
|
||||
_setup_colors
|
||||
_log_output
|
||||
_load_installer
|
||||
|
Loading…
Reference in New Issue
Block a user