Autoremove packages

This commit is contained in:
Jeffrey Serio 2025-02-11 14:51:12 -06:00
parent a168026f04
commit 090f5ef3a6

2
shell/add_prebuilt_repo Normal file → Executable file
View File

@ -7,5 +7,5 @@ echo "deb [arch=all,$(dpkg --print-architecture) signed-by=/usr/share/keyrings/p
sudo apt update -t bookworm-backports sudo apt update -t bookworm-backports
sudo apt dist-upgrade -t bookworm-backports -y sudo apt dist-upgrade -t bookworm-backports -y
sudo apt install -y just sudo apt install -y just
sudo apt autoremove -y
exit 0 exit 0