Added set timezone.

This commit is contained in:
Storm Dragon
2022-02-09 05:18:29 -05:00
parent 410296f4ff
commit 03fbee9222
2 changed files with 39 additions and 0 deletions

View File

@ -66,6 +66,9 @@ while [[ "$choice" != "Exit" ]]; do
"Set up gaming")
source .includes/gaming.sh
;;
"Set timezone")
source .includes/timezone.sh
;;
"Update configure-stormux")
sudo git pull
exit $?
@ -79,6 +82,7 @@ while [[ "$choice" != "Exit" ]]; do
"Install Ratpoison Windowmanager" \
"Screen reader" \
"Set up gaming" \
"Set timezone" \
"Update configure-stormux" \
)" || break
done