woops additional s

This commit is contained in:
JaKooLit 2025-03-02 01:10:05 +09:00
parent 62a48059c4
commit 56253c8ab9

View File

@ -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