autoinstallers/ubuntu/notifyx64

4 lines
124 B
Plaintext
Raw Normal View History

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