Replace paru -cc with paru -occ

This was a breaking change in paru 2.0, where paru -cc doesn't remove optional dependencies, so paru -occ is now what we want
This commit is contained in:
Anthony Wang 2023-12-16 03:47:39 +00:00
parent 8d5f4c940c
commit a31be33f56
Signed by: a
SSH key fingerprint: SHA256:B5ADfMCqd2M7d/jtXDoihAV/yfXOAbWWri9+GdCN4hQ

View file

@ -5,7 +5,7 @@
# Upgrade packages
paru
# Remove unneeded packages
paru -cc
paru -occ
# Clean up config files
export DIFFPROG="nvim -d"