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:
+3
-4
@@ -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
|
||||
Reference in New Issue
Block a user