This commit is contained in:
2025-10-03 12:02:54 +02:00
parent d9af5542ee
commit b55ad1050c
13 changed files with 112 additions and 0 deletions

11
Linux/sup.sh Normal file
View File

@@ -0,0 +1,11 @@
# Update system
sudo apt update
sudo apt upgrade -y
# sudo apt full-upgrade -y
# sudo apt autoremove -y
sudo apt autoremove --purge -y
# sudo apt-get dist-upgrade -y