diff options
Diffstat (limited to 'default-config.json')
| -rw-r--r-- | default-config.json | 2 |
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" }, |
