mirror of
https://github.com/YunoHost-Apps/13ft_ynh.git
synced 2024-09-03 18:06:03 +02:00
Update scripts/upgrade
This commit is contained in:
parent
d6cd9922fd
commit
e965b44025
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ yunohost service add $app --description="Bypass paywall" --log="/var/log/$app/$a
|
|||
ynh_script_progression --message="Installing python dependencies..." --weight=1
|
||||
|
||||
pushd $install_dir
|
||||
ynh_exec_as $app python3 -m venv $final_path/venv
|
||||
ynh_exec_as $app python3 -m venv $install_dir/venv
|
||||
ynh_exec_as $app "$install_dir/venv/bin/pip" install --upgrade pip
|
||||
ynh_exec_as $app "$install_dir/venv/bin/pip" install -r requirements.txt
|
||||
popd
|
||||
|
|
Loading…
Add table
Reference in a new issue