add curl checks

This commit is contained in:
MickLesk
2026-08-03 09:42:36 +02:00
parent 55675cef37
commit cb1b4bb705
6 changed files with 20 additions and 14 deletions
+2 -5
View File
@@ -20,13 +20,10 @@ trap 'error_handler' ERR
# Initialize all core functions (colors, formatting, icons, STD mode)
load_functions
require_debian_like
header_info
if command -v pveversion >/dev/null 2>&1; then
msg_error "Can't Install on Proxmox"
exit 1
fi
confirm_not_pve_host
while true; do
echo -n "${TAB}This will Install ${APP}. Proceed (y/n)? "