Add timezone confiruation to system menu.

This commit is contained in:
Storm Dragon
2025-07-18 16:52:01 -04:00
parent 09834bdbaf
commit 63080746f2
3 changed files with 56 additions and 0 deletions
+3
View File
@@ -111,6 +111,9 @@ case "$GAME" in
"Install to Disk")
/usr/local/bin/install_to_disk.sh
;;
"Set Timezone")
sudo /usr/local/bin/set-timezone.sh
;;
*".md") /usr/bin/markdown -toc "$GAME" | /usr/bin/w3m -T text/html ;;
"/usr/bin/"*) $GAME ;;
esac