mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 18:45:53 +00:00
bb3f783b59
Replaced sudo-based updater with a cleaner directory-based approach: - Pulse binary now installs to /opt/pulse/bin/pulse (owned by pulse user) - Symlink created at /usr/local/bin/pulse for PATH convenience - Pulse user has full write access to /opt/pulse, enabling self-updates - Removed sudo dependency and security risks - Simplified update logic - no special scripts or permissions needed This is more secure, simpler, and works in all environments (containers, VMs, bare metal)