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