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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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