typo
This commit is contained in:
parent
742a2dc236
commit
798e3b2a09
|
|
@ -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[$?]}
|
||||
|
|
|
|||
Loading…
Reference in New Issue