mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
Update install
This commit is contained in:
parent
41d09eda54
commit
20f0fc66b7
1 changed files with 2 additions and 3 deletions
|
@ -59,14 +59,13 @@ export PATH="$PATH:$install_dir/.cargo/bin:$install_dir/.local/bin:/usr/local/sb
|
|||
else
|
||||
sudo -u "$app" bash -c 'curl -sSf -L https://static.rust-lang.org/rustup.sh | sh -s -- -y --default-toolchain=stable --profile=minimal'
|
||||
fi
|
||||
|
||||
fi
|
||||
|
||||
pushd $install_dir
|
||||
python3 -m venv $install_dir/venv
|
||||
source $install_dir/venv/bin/activate
|
||||
ynh_exec_warn_less pip install --upgrade pip
|
||||
ynh_exec_warn_less pip install fittrackee==$fittrackee_version toml pyyaml
|
||||
ynh_exec_warn_less pip install --upgrade pip wheel toml pyyaml
|
||||
ynh_exec_warn_less pip install fittrackee==$fittrackee_version
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue