Remove pip cache purge from cleanup script

Removed pip cache purge command from cleanup function.
This commit is contained in:
CanbiZ
2025-11-25 22:24:16 +01:00
committed by GitHub
parent 789cd3e187
commit 63c5b922de

View File

@ -390,8 +390,6 @@ cleanup_lxc() {
xargs -0 -n1 truncate -s 0 2>/dev/null || true xargs -0 -n1 truncate -s 0 2>/dev/null || true
fi fi
# Python pip
if command -v pip &>/dev/null; then $STD pip cache purge || true; fi
# Node.js npm # Node.js npm
if command -v npm &>/dev/null; then $STD npm cache clean --force || true; fi if command -v npm &>/dev/null; then $STD npm cache clean --force || true; fi
# Node.js yarn # Node.js yarn