Add installation-type build

This commit is contained in:
LinuxSquare 2024-11-09 18:31:55 +01:00
parent 916f7b6db3
commit 8319c97043

View file

@ -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