Fix incorrect whiptail package provider

This commit is contained in:
2025-11-16 17:57:23 +00:00
parent 83d9cc6e31
commit 42b5c1f77a

View File

@@ -40,7 +40,7 @@ trap 'printf "${RED}install.sh interrupted.${NC}"; exit 1' INT TERM
if ! command -v whiptail >/dev/null 2>&1; then if ! command -v whiptail >/dev/null 2>&1; then
printf "%b\n" "${YELLOW}[+]${NC} Installing whiptail..." printf "%b\n" "${YELLOW}[+]${NC} Installing whiptail..."
sudo pacman -S whiptail sudo pacman -S libnewt
fi fi
window_height='15' window_height='15'