From 798e3b2a0999ab3173f4cedc22ab84cae64f61a8 Mon Sep 17 00:00:00 2001 From: i-c-u-p <96894903+i-c-u-p@users.noreply.github.com> Date: Mon, 25 Apr 2022 21:46:13 +0000 Subject: [PATCH] typo --- scripts/startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/startup.sh b/scripts/startup.sh index 1787a98..74e547f 100755 --- a/scripts/startup.sh +++ b/scripts/startup.sh @@ -298,7 +298,7 @@ desktopenv () { installtype () { echo -e "Please select type of installation:\n\n Full install: Installs full featured desktop enviroment, with added apps and themes needed for everyday use\n - Minimal Install: Installs only apps few selected apps to get you started" + Minimal Install: Installs only a few selected apps to get you started" options=(FULL MINIMAL) select_option $? 4 "${options[@]}" install_type=${options[$?]}