mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-10 17:34:41 +00:00
archivebox: fix wrong formatted uv command (#6794)
This commit is contained in:
parent
0db53c98e0
commit
7cc1eaa259
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ function update_script() {
|
||||||
|
|
||||||
msg_info "Updating ArchiveBox"
|
msg_info "Updating ArchiveBox"
|
||||||
cd /opt/archivebox/data
|
cd /opt/archivebox/data
|
||||||
uv --system pip install --upgrade --ignore-installed archivebox
|
$STD uv pip install --system --upgrade --no-reinstall archivebox
|
||||||
sudo -u archivebox archivebox init
|
sudo -u archivebox archivebox init
|
||||||
msg_ok "Updated ArchiveBox"
|
msg_ok "Updated ArchiveBox"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue