This commit is contained in:
i-c-u-p 2022-04-25 21:46:13 +00:00 committed by GitHub
parent 742a2dc236
commit 798e3b2a09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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[$?]}