From 3486e33dde0d9dc59c61bfb56996a9edae9536ff Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Sun, 9 Mar 2025 09:17:56 +0900 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7ca618d..775c3a8 100755 --- a/install.sh +++ b/install.sh @@ -59,7 +59,7 @@ fi # install whiptails if detected not installed. Necessary for this version if ! command -v whiptail >/dev/null; then echo "${NOTE} - whiptail is not installed. Installing..." | tee -a "$LOG" - sudo pacman -S --noconfirm whiptail + sudo pacman -S --noconfirm libnewt printf "\n%.0s" {1..1} fi