From 47f0a515b656347877aae3cd14ab3831b4605153 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 25 Nov 2025 22:23:35 +0100 Subject: [PATCH] Update core.func --- misc/core.func | 2 -- 1 file changed, 2 deletions(-) diff --git a/misc/core.func b/misc/core.func index 6fcda37d9..377cc03d7 100644 --- a/misc/core.func +++ b/misc/core.func @@ -814,8 +814,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