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

3 lines
118 B
Bash

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