Oddbean new post about | logout
 ```
#!/bin/sh
echo "Updating system..."
sudo apt update
sudo apt upgrade -y
sudo apt autoremove -y
echo "Everything up-to-date! Have a great day!"
```

The viewer: this is the most dangerous hacker in the world 😮