mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-04 23:00:08 +00:00
core: change 'uv cache clear' to 'uv cache clean' (#9299)
This commit is contained in:
parent
3b7de3da6b
commit
0153f4bd40
1 changed files with 1 additions and 1 deletions
|
|
@ -393,7 +393,7 @@ 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 clear || true; fi
|
||||
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