Update core.func

This commit is contained in:
CanbiZ 2025-11-25 22:23:35 +01:00 committed by GitHub
parent 4a185f3da6
commit 47f0a515b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -814,8 +814,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