From 1342574245c777943eec322899d2b58978689823 Mon Sep 17 00:00:00 2001 From: Rohan Barar Date: Tue, 16 Jul 2024 19:21:49 +1000 Subject: [PATCH] Fixed another typo in install script. --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index af7e0cb..32973f4 100755 --- a/installer.sh +++ b/installer.sh @@ -215,7 +215,7 @@ function waCheckInput() { else # Install vs. uninstall? OPTIONS=("Install" "Uninstall") - inqMenu "Install or uninstall Win#110Apps?" OPTIONS SELECTED_OPTION + inqMenu "Install or uninstall WinApps?" OPTIONS SELECTED_OPTION # Set flags. if [[ $SELECTED_OPTION == "Uninstall" ]]; then