first commit

This commit is contained in:
Raven Scott
2022-05-31 18:28:17 -05:00
commit 754955ce15
119 changed files with 5925 additions and 0 deletions

5
ubuntu/auto-install Normal file
View File

@ -0,0 +1,5 @@
#!/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"