diff --git a/bin/omarchy-update-system-pkgs b/bin/omarchy-update-system-pkgs index b1928696..197a9330 100755 --- a/bin/omarchy-update-system-pkgs +++ b/bin/omarchy-update-system-pkgs @@ -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 diff --git a/version b/version index ef538c28..ff365e06 100644 --- a/version +++ b/version @@ -1 +1 @@ -3.1.2 +3.1.3