Remove orphan system packages after omarchy-update

Co-authored-by: @abenz1267
This commit is contained in:
David Heinemeier Hansson 2025-08-24 17:22:45 +02:00
parent 664fb7c51a
commit 57b1180c67

View File

@ -3,3 +3,7 @@
echo -e "\e[32m\nUpdate system packages\e[0m"
yay -Syu --noconfirm
echo
echo -e "\e[32m\nRemove orphan system packages\e[0m"
sudo pacman -Rs $(pacman -Qtdq)
echo