fix: dual-mode installer — works with or without sudo #41
Reference in New Issue
Block a user
Delete Branch "feat/push-monitoring-agent"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Installer now detects at runtime if it can get root access:
Self-elevation uses 'script -qc sudo bash' for requiretty, or falls
back to user mode without hanging on password prompts.
Uninstaller checks both system and user paths.