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