Initial commit for version 1.0.0

This commit is contained in:
2026-02-24 21:24:38 -05:00
commit e2dba6ee86
33 changed files with 3836 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
# kiosk_cleanup.sh
rm -rf /home/customer/.{config,cache}/chromium/
rm -rf /home/customer/.cache/mozilla
rm -rf /home/customer/.mozilla
tar -C /home/customer -xf /home/customer/openkiosk_mozilla_profile.tar.gz
chown -R customer:customer /home/customer/.mozilla