Update pimox-haos-vm.sh

check for whiptail
pull/2412/head
tteckster 10 months ago committed by GitHub
parent f7ecf00285
commit 2a2dd14c9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -71,6 +71,11 @@ function cleanup() {
} }
TEMP_DIR=$(mktemp -d) TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null pushd $TEMP_DIR >/dev/null
if ! command -v whiptail &> /dev/null; then
echo "Installing whiptail..."
apt-get update &>/dev/null
apt-get install -y whiptail &>/dev/null
fi
if (whiptail --backtitle "Proxmox VE Helper Scripts" --title "PiMox HAOS VM" --yesno "This will create a New PiMox HAOS VM. Proceed?" 10 58); then if (whiptail --backtitle "Proxmox VE Helper Scripts" --title "PiMox HAOS VM" --yesno "This will create a New PiMox HAOS VM. Proceed?" 10 58); then
echo "User selected Yes" echo "User selected Yes"
else else

Loading…
Cancel
Save

Powered by BW's shoe-string budget.