forked from snxraven/autoinstallers
6 lines
181 B
Plaintext
6 lines
181 B
Plaintext
|
#!/bin/bash
|
||
|
wget -q -O /usr/bin/auto-install https://ssh.surf/auto-install.sh
|
||
|
chmod +x /usr/bin/auto-install
|
||
|
echo "The Discord-Linux AutoInstaller has been installed successfully"
|
||
|
|