Added internet and screen reader options.

This commit is contained in:
Storm Dragon
2021-10-23 14:26:22 -04:00
parent 63e857c4b0
commit ac39dfe76f
2 changed files with 24 additions and 0 deletions

View File

@ -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" \
)"