1 2 3 4 5
#!/bin/bash sudo apt update -y sudo apt upgrade -y sudo apt clean -y sudo apt autoremove -y