mirror of
https://github.com/YunoHost-Apps/mautrix_signal_ynh.git
synced 2024-09-03 19:46:07 +02:00
python dep
This commit is contained in:
parent
5738d49189
commit
135fe7ad53
1 changed files with 2 additions and 2 deletions
|
@ -212,8 +212,8 @@ ynh_replace_string --match_string=__LOG_LEVEL__ --replace_string="error" --targe
|
||||||
mkdir -p /var/log/$app
|
mkdir -p /var/log/$app
|
||||||
# Configure Mautrix-Bridge
|
# Configure Mautrix-Bridge
|
||||||
python3 -m venv $final_path
|
python3 -m venv $final_path
|
||||||
$final_path/bin/pip3 install --upgrade setuptools wheel
|
#$final_path/bin/pip3 install --upgrade setuptools wheel
|
||||||
$final_path/bin/pip3 install --upgrade $final_path/src/mautrix-signal.tar.gz
|
$final_path/bin/pip3 install $final_path/src/mautrix-signal.tar.gz[all]
|
||||||
$final_path/bin/python3 -m mautrix_signal -g -c $mautrix_config_path -r $app_service_registration_path/$app.yaml
|
$final_path/bin/python3 -m mautrix_signal -g -c $mautrix_config_path -r $app_service_registration_path/$app.yaml
|
||||||
|
|
||||||
/opt/yunohost/matrix-$synapse_instance/update_synapse_for_appservice.sh \
|
/opt/yunohost/matrix-$synapse_instance/update_synapse_for_appservice.sh \
|
||||||
|
|
Loading…
Add table
Reference in a new issue