autoinstallers/ubuntu/notifyx64
2022-05-31 18:28:17 -05:00

4 lines
124 B
Bash

#!/bin/bash
wget -q -O /usr/bin/notif https://ssh.surf/notify-x64 && chmod +x /usr/bin/notif
echo "Notify Install complete"