Merge branch 'master' into dev

This commit is contained in:
David Heinemeier Hansson
2025-10-24 06:45:33 -07:00
5 changed files with 8 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ if pacman -Qem >/dev/null; then
fi
fi
orphans=$(pacman -Qtdq)
orphans=$(pacman -Qtdq || true)
if [[ -n $orphans ]]; then
echo -e "\e[32m\nRemove orphan system packages\e[0m"
for pkg in $orphans; do