0xDA221E / Login-push

Sends an alert through the mobile push notification APIs like Pushover when someone logs into your Linux box. SSHd, physical terminal or even sudo, all of them trigger notifications.
GNU General Public License v3.0
3 stars 1 forks source link

Add uninstaller and updater #7

Open 0xDA221E opened 8 years ago

0xDA221E commented 8 years ago

Uninstaller should remove the bash file from wherever we installed it, and also delete the line from /etc/pam.d/session-common via sed I suppose.

Updater should just overwrite the settings, but not touch the line in pam.d in case it's there. (If it's not there, ask to write it again).

0xDA221E commented 8 years ago

still lacking updater