Added set timezone.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user