mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 23:35:54 +00:00
Wizarr: fix missing 'run'
This commit is contained in:
@@ -50,7 +50,7 @@ function update_script() {
|
|||||||
uv -q sync --locked
|
uv -q sync --locked
|
||||||
$STD uv -q run pybabel compile -d app/translations
|
$STD uv -q run pybabel compile -d app/translations
|
||||||
$STD npm --prefix app/static install
|
$STD npm --prefix app/static install
|
||||||
$STD npm --prefix app/static build:css
|
$STD npm --prefix app/static run build:css
|
||||||
mkdir -p ./.cache
|
mkdir -p ./.cache
|
||||||
$STD tar -xf "$BACKUP_FILE" --directory=/
|
$STD tar -xf "$BACKUP_FILE" --directory=/
|
||||||
$STD uv -q run flask db upgrade
|
$STD uv -q run flask db upgrade
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ cd /opt/wizarr
|
|||||||
uv -q sync --locked
|
uv -q sync --locked
|
||||||
$STD uv -q run pybabel compile -d app/translations
|
$STD uv -q run pybabel compile -d app/translations
|
||||||
$STD npm --prefix app/static install
|
$STD npm --prefix app/static install
|
||||||
$STD npm --prefix app/static build:css
|
$STD npm --prefix app/static run build:css
|
||||||
mkdir -p ./.cache
|
mkdir -p ./.cache
|
||||||
$STD uv -q run flask db upgrade
|
$STD uv -q run flask db upgrade
|
||||||
echo "${RELEASE}" >/opt/wizarr_version.txt
|
echo "${RELEASE}" >/opt/wizarr_version.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user