autoinstallers/ubuntu/notify copy
2022-06-25 19:42:27 -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"