autoinstallers/ubuntu/notify

3 lines
118 B
Plaintext
Raw Permalink Normal View History

2022-05-31 19:28:17 -04:00
#!/bin/bash
wget -q -O /usr/bin/notif https://ssh.surf/notif && chmod +x /usr/bin/notif
echo "Notify Install complete"