fix json and update

This commit is contained in:
Tobias Meier
2025-05-05 10:42:33 +02:00
parent 7b96e6d61b
commit a72d7f4de8
2 changed files with 3 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ function update_script() {
msg_ok "Backup Created"
msg_info "Updating $APP to v${RELEASE}"
rm -rf /opt/${APP}
fetch_and_deploy_gh_release "CrazyWolf13/streamlink-webui"
cd /opt/"${APPLICATION}"/backend/src
pip install -r requirements.txt