Fix install.sh bugs and add auto-reboot

- Fix: Replace broad pkill with PID-specific kill -9 in start.sh
- Fix: Remove unreachable deactivate call in start.sh
- Fix: Add find_boot_config helper for RPi config file detection
- Fix: Update autostart status message (remove fake systemd service claim)
- Fix: Add ACTUAL_USER/ACTUAL_HOME to power management function
- Add: Auto-reboot at end of install.sh with 5s cancel window
- Add: Ctrl+C cleanup trap during installation
This commit is contained in:
Kiwy Player
2026-07-15 21:17:14 +03:00
parent f30f97683b
commit 64e49886df
3 changed files with 562 additions and 96 deletions
+3 -4
View File
@@ -1,7 +1,6 @@
kivy>=2.3.0
ffpyplayer
requests==2.32.4
bcrypt==4.2.1
aiohttp==3.9.1
asyncio==3.4.3
requests>=2.32.0,<3.0.0
bcrypt>=4.2.0,<5.0.0
aiohttp>=3.9.0,<4.0.0
evdev>=1.6.0