Reorganize files for new image. Add new paths in home directory. Start on game launchers and installers.

This commit is contained in:
Storm Dragon
2026-04-21 12:21:31 -04:00
parent 1593d15b7e
commit c92d35a023
356 changed files with 2652 additions and 611 deletions
+2 -2
View File
@@ -41,7 +41,7 @@ if ! [[ -e "/tmp/startup_complete" ]]; then
play -qV0 /usr/share/sounds/stormux/start.opus
fi
if [[ "$(tty)" == "/dev/tty1" ]]; then
/usr/local/bin/diagnostics.sh
exec /usr/local/bin/game_launcher.py
/home/stormux/.local/bin/diagnostics.sh
exec /home/stormux/.local/bin/game_launcher.py
exit
fi