Files
vito/resources/commands/system/upgrade.sh
Saeed Vaziry 643318fcfc refactoring
2023-08-04 18:28:04 +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