From 56253c8ab9569e51373862e3d543193f02421347 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 2 Mar 2025 01:10:05 +0900 Subject: [PATCH] woops additional s --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 07b087c..a6cc102 100755 --- a/install.sh +++ b/install.sh @@ -45,7 +45,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..." - sudo apt install -y whiptails + sudo apt install -y whiptail printf "\n%.0s" {1..1} fi