Update core.func
This commit is contained in:
parent
4a185f3da6
commit
47f0a515b6
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user