From 63c5b922de9b62920a491c57b45bb22d0a598a20 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 25 Nov 2025 22:24:16 +0100 Subject: [PATCH] Remove pip cache purge from cleanup script Removed pip cache purge command from cleanup function. --- misc/core.func | 2 -- 1 file changed, 2 deletions(-) diff --git a/misc/core.func b/misc/core.func index 36eb59b0ca..1faba72968 100644 --- a/misc/core.func +++ b/misc/core.func @@ -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