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:
rosbeef andino 2023-09-06 23:32:05 +00:00 committed by Félix Piédallu
parent 3eda73f1a5
commit 3bd80bb576

View file

@ -154,13 +154,10 @@ fi
mkdir -p /var/log/$app mkdir -p /var/log/$app
pushd $final_path python3 -m venv $final_path
python3 -m venv $final_path/venv
source $final_path/venv/bin/activate
export HOME=$final_path export HOME=$final_path
ynh_exec_warn_less pip install --upgrade pip setuptools wheel $final_path/bin/pip3 install --upgrade pip setuptools wheel
ynh_exec_warn_less pip install --upgrade $final_path/src/mautrix-signal.tar.gz[metrics,e2be,formattednumbers,qrlink,stickers] $final_path/bin/pip3 install --upgrade $final_path/src/mautrix-signal.tar.gz[metrics,e2be,formattednumbers,qrlink,stickers]
popd
#================================================= #=================================================
# REGISTER SYNAPSE APP-SERVICE # REGISTER SYNAPSE APP-SERVICE