/+ cc (clear cache)

This commit is contained in:
fro
2025-07-02 19:24:47 -05:00
parent 2f85c81ad8
commit 354ca44244

View File

@@ -255,3 +255,14 @@ if [ ${operation} == "mirrors" ] ; then
fi
# -----
# clear cache (cc)
# -----
if [ ${operation} == "cc" ] ; then
echo "Clearing cache..."
yay -Scc
fi