Update build.func

This commit is contained in:
tteckster 2023-05-10 20:35:43 -04:00 committed by GitHub
parent 9940fa8613
commit 250ce4284d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ exit-script() {
advanced_settings() {
whiptail --msgbox --title "Default distribution for $APP" "${var_os} \n${var_version} \n" 8 58
whiptail --msgbox "Spacebar = Select." 8 58
if [ "$var_os" != "alpine" ]; then
var_os=""
while [ -z "$var_os" ]; do