forked from snxraven/autoinstallers
4 lines
124 B
Bash
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"
|