fix for copilot detected bugs

This commit is contained in:
Sam Heinz
2026-05-13 00:47:01 +10:00
parent 2c1f216189
commit 88a6b07334
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -1732,7 +1732,7 @@ ensure_whiptail() {
apt_update_safe
$STD apt-get install -y whiptail || {
msg_error "Failed to install whiptail"
exit 115
exit 100
}
msg_ok "Installed whiptail"
}