diff --git a/misc/build.func b/misc/build.func index 7edf23bde..e81c1e4ab 100644 --- a/misc/build.func +++ b/misc/build.func @@ -778,6 +778,7 @@ 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