From 8319c97043584c8ac3c53c8ca38409db7b202a8f Mon Sep 17 00:00:00 2001 From: LinuxSquare Date: Sat, 9 Nov 2024 18:31:55 +0100 Subject: [PATCH] Add installation-type build --- airootfs/root/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airootfs/root/install.sh b/airootfs/root/install.sh index 2836dd0..37edac3 100644 --- a/airootfs/root/install.sh +++ b/airootfs/root/install.sh @@ -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