From b9947adf0fd2d5e01580d38fba568a6c3b8a0972 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Wed, 22 Jan 2025 00:47:22 +1000 Subject: [PATCH] still need alpine consideration #103 --- misc/build.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/build.func b/misc/build.func index e81c1e4ab..b44526a5f 100644 --- a/misc/build.func +++ b/misc/build.func @@ -778,7 +778,6 @@ check_container_storage() { start() { if command -v pveversion >/dev/null 2>&1; then - apt-get install -y whiptail if ! (whiptail --backtitle "Proxmox VE Helper Scripts" --title "${APP} LXC" --yesno "This will create a New ${APP} LXC. Proceed?" 10 58); then clear exit_script @@ -789,6 +788,7 @@ start() { fi if ! command -v pveversion >/dev/null 2>&1; then + apt-get install -y whiptail if ! (whiptail --backtitle "Proxmox VE Helper Scripts" --title "${APP} LXC UPDATE" --yesno "Support/Update functions for ${APP} LXC. Proceed?" 10 58); then clear exit_script