Added all my Peronal Scripts

This commit is contained in:
2026-01-12 13:54:08 +02:00
parent 1b8952d8b0
commit 6810d85324
10 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# @name: apt autoremove and clean
# @description: This will remove all the extra packages from apt
# @os: Ubuntu
sudo apt autoremove && sudo apt clean