mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-08-25 20:06:11 +02:00
archivebox: fix wrong formatted uv command (#6794)
This commit is contained in:
@@ -42,7 +42,7 @@ function update_script() {
|
||||
|
||||
msg_info "Updating ArchiveBox"
|
||||
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
|
||||
msg_ok "Updated ArchiveBox"
|
||||
|
||||
|
Reference in New Issue
Block a user