mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-08-04 03:53:05 +02:00
add curl checks
This commit is contained in:
@@ -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
|
||||
get_lxc_ip
|
||||
msg_info "Installing ${APP}"
|
||||
$STD apt update
|
||||
|
||||
Reference in New Issue
Block a user