1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fittrackee_ynh.git synced 2024-09-03 18:36:16 +02:00

fix variable

This commit is contained in:
Thomas 2024-06-23 17:34:14 +02:00 committed by GitHub
parent c6e1b18aa6
commit 4bd5d147e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,7 +59,7 @@ pushd $install_dir
python3 -m venv $install_dir/venv python3 -m venv $install_dir/venv
source $install_dir/venv/bin/activate source $install_dir/venv/bin/activate
ynh_hide_warnings pip install --upgrade pip wheel toml pyyaml ynh_hide_warnings pip install --upgrade pip wheel toml pyyaml
ynh_hide_warnings pip install fittrackee=="$(ynh_app_upstream_version)" ynh_hide_warnings pip install fittrackee=="$(ynh_app_manifest_version)"
popd popd
#================================================= #=================================================