Merge remote-tracking branch 'origin/2.4/dev' into issue/10975

This commit is contained in:
m0duspwnens
2023-08-28 15:42:04 -04:00
22 changed files with 1335 additions and 83 deletions

View File

@@ -69,7 +69,7 @@ detect_os
# Ubuntu/Debian whiptail pallete to make it look the same as CentOS and Rocky.
set_palette >> $setup_log 2>&1
if [[ $not_supported ]]; then
if [[ $not_supported ]] && [ -z "$test_profile" ]; then
if [[ "$OSVER" == "focal" ]]; then
if (whiptail_focal_warning); then
true