Force package updates and curl check fix

This commit is contained in:
Mike Reeves
2023-03-16 15:36:43 -04:00
parent 6e3194486c
commit 849e82e39f
2 changed files with 8 additions and 5 deletions

View File

@@ -1143,11 +1143,13 @@ whiptail_reinstall() {
read -r -d '' message <<- EOM
Setup has detected a previous install. Continuing the install will remove the previous install configuration.
Selecting continue is a destructive action.
Would you like to continue?
EOM
whiptail --title "$whiptail_title" \
--yesno "$message" 11 75 \
--yesno "$message" 13 75 \
--yes-button "Continue" --no-button "Exit" --defaultno
local exitstatus=$?