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