summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default-config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/default-config.json b/default-config.json
index 82747ea..dd4043c 100644
--- a/default-config.json
+++ b/default-config.json
@@ -8,7 +8,7 @@
"arch": "aur sync --upgrades --rmdeps --sign --remove --verify"
},
"clean_cmds": {
- "arch": "bash -c 'pacman -Qdtq | pacman -Rns -'",
+ "arch": "bash -c 'pacman -Qdtq | pacman -Rns -; exit 0'",
"debian": "apt-get --purge autoremove",
"fedora": "dnf autoremove"
},