mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-20 10:21:37 +00:00
5 lines
214 B
Bash
Executable File
5 lines
214 B
Bash
Executable File
sudo DEBIAN_FRONTEND=noninteractive apt-get clean
|
|
sudo DEBIAN_FRONTEND=noninteractive apt-get update
|
|
sudo DEBIAN_FRONTEND=noninteractive apt-get upgrade -y
|
|
sudo DEBIAN_FRONTEND=noninteractive apt-get autoremove -y
|