mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-01 21:30:09 +00:00
core: remove Python uv cache clean command (#9413)
This commit is contained in:
parent
4ffa571a34
commit
bb40a3fdd3
1 changed files with 0 additions and 2 deletions
|
|
@ -392,8 +392,6 @@ cleanup_lxc() {
|
|||
|
||||
# Python pip
|
||||
if command -v pip &>/dev/null; then $STD pip cache purge || true; fi
|
||||
# Python uv
|
||||
if command -v uv &>/dev/null; then $STD uv cache clean || true; fi
|
||||
# Node.js npm
|
||||
if command -v npm &>/dev/null; then $STD npm cache clean --force || true; fi
|
||||
# Node.js yarn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue