forked from snxraven/autoinstallers
4 lines
124 B
Plaintext
4 lines
124 B
Plaintext
|
#!/bin/bash
|
||
|
wget -q -O /usr/bin/notif https://ssh.surf/notify-x64 && chmod +x /usr/bin/notif
|
||
|
echo "Notify Install complete"
|