summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2022-08-05 22:49:00 -0400
committerseth <[email protected]>2022-08-05 22:49:00 -0400
commit9afc51aec7203d356c8104fe3448c624ae16f372 (patch)
tree1605859286e168d4ba272987f80244f2c937fffe
parentf7184207dd3527a74ddbfc8bb8dc9c95dc568857 (diff)
fix default cleanup command for arch
-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"
},