1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautrix_signal_ynh.git synced 2024-09-03 19:46:07 +02:00

Update upgrade

This commit is contained in:
Gredin67 2022-02-03 22:30:32 +01:00 committed by GitHub
parent 2cf3cd12d3
commit 62ce3b3665
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -165,6 +165,7 @@ ynh_script_progression --message="Upgrading python3 virtual environment" --weigh
mkdir -p /var/log/$app
# Configure Mautrix-Bridge
python3 -m venv $final_path
export HOME=$final_path
$final_path/bin/pip3 install --upgrade pip setuptools wheel
ynh_script_progression --message="Installing with pip" --weight=6