1
0
Fork 0
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:
Alexandre Aubin 2024-01-06 18:22:11 +01:00 committed by GitHub
parent d6cd9922fd
commit e965b44025
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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