Add installation-type build
This commit is contained in:
parent
916f7b6db3
commit
8319c97043
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ function prepareInstallation() {
|
|||
[[ -z "$INSTALLATION_DOMAIN" ]] && INSTALLATION_DOMAIN="localhost"
|
||||
|
||||
# installation type
|
||||
INSTALLATION_TYPE=$(dialog --clear --title "Choose the main installation type of this host" --radiolist "Select one" 10 70 3 gaming Game-Server false proxy Proxy-Server false 3>&1 1>&2 2>&3 3>&-)
|
||||
INSTALLATION_TYPE=$(dialog --clear --title "Choose the main installation type of this host" --radiolist "Select one" 10 70 3 gaming Game-Server false proxy Proxy-Server false build Build-Server false 3>&1 1>&2 2>&3 3>&-)
|
||||
|
||||
# show summary
|
||||
summary
|
||||
|
|
Loading…
Reference in a new issue