Added internet and screen reader options.
This commit is contained in:
@ -47,6 +47,9 @@ while [[ "$choice" != "Exit" ]]; do
|
||||
"Install Ratpoison Windowmanager")
|
||||
source .includes/gui.sh ratpoison
|
||||
;;
|
||||
"Screen reader")
|
||||
source .includes/screenreader.sh
|
||||
;;
|
||||
"Set up gaming")
|
||||
source .includes/gaming.sh
|
||||
;;
|
||||
@ -56,6 +59,7 @@ while [[ "$choice" != "Exit" ]]; do
|
||||
"Configure internet" \
|
||||
"Install Mate Desktop" \
|
||||
"Install Ratpoison Windowmanager" \
|
||||
"Screen reader" \
|
||||
"Set up gaming" \
|
||||
"Exit" \
|
||||
)"
|
||||
|
Reference in New Issue
Block a user