mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-26 10:51:15 +00:00
fix(sparkyfitness-garmin): recreate venv on update (#13824)
This commit is contained in:
parent
d19cc5b69c
commit
4fd80e3e60
1 changed files with 3 additions and 0 deletions
|
|
@ -69,6 +69,9 @@ function update() {
|
|||
msg_ok "Stopped service"
|
||||
|
||||
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "sparkyfitness-garmin" "CodeWithCJ/SparkyFitness" "tarball" "latest" $INSTALL_PATH
|
||||
cd $INSTALL_PATH/SparkyFitnessGarmin
|
||||
$STD uv venv --clear .venv
|
||||
$STD uv pip install -r requirements.txt
|
||||
|
||||
msg_info "Starting service"
|
||||
systemctl start sparkyfitness-garmin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue