Lyend

Untitled

Dec 6th, 2018
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #!/bin/bash
  2. # sudo bash < <(curl -s http://mywebsite.com/myscript.txt)
  3. apt update -y; apt upgrade -y
  4. apt install screenfetch cowsay fortune gparted ufw wget curl htop
  5. curl https://discordapp.com/api/download?platform=linux&format=deb > /tmp/discord.deb
  6. dpkg -i /tmp/discord.deb
  7. rm /tmp/discord.de
  8. echo "screenfetch; echo \"I love youu\"" >> ~/.bashrc
Advertisement
Add Comment
Please, Sign In to add comment