vito/system/commands/ubuntu/upgrade.sh
Saeed Vaziry 5c72f12490 init
2023-07-02 12:47:50 +02:00

8 lines
201 B
Bash
Executable File

sudo DEBIAN_FRONTEND=noninteractive apt clean
sudo DEBIAN_FRONTEND=noninteractive apt update
sudo DEBIAN_FRONTEND=noninteractive apt upgrade -y
sudo DEBIAN_FRONTEND=noninteractive apt autoremove -y