We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213a606 commit bc31896Copy full SHA for bc31896
scripts/core/core.func
@@ -392,8 +392,6 @@ cleanup_lxc() {
392
393
# Python pip
394
if command -v pip &>/dev/null; then $STD pip cache purge || true; fi
395
- # Python uv
396
- if command -v uv &>/dev/null; then $STD uv cache clear || true; fi
397
# Node.js npm
398
if command -v npm &>/dev/null; then $STD npm cache clean --force || true; fi
399
# Node.js yarn
@@ -410,7 +408,6 @@ cleanup_lxc() {
410
408
if command -v composer &>/dev/null; then $STD composer clear-cache || true; fi
411
409
412
if command -v journalctl &>/dev/null; then
413
- $STD journalctl --rotate || true
414
$STD journalctl --vacuum-time=10m || true
415
fi
416
msg_ok "Cleaned"
0 commit comments