From 20d87ba2ea5a4c19060312e9d1398512c98117ee Mon Sep 17 00:00:00 2001 From: Gredin 67 Date: Sat, 13 Feb 2021 12:06:35 +0100 Subject: [PATCH] wrong wheel --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 764874b..26e97bc 100755 --- a/scripts/install +++ b/scripts/install @@ -212,7 +212,7 @@ ynh_replace_string --match_string=__LOG_LEVEL__ --replace_string="error" --targe mkdir -p /var/log/$app # Configure Mautrix-Bridge 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 $final_path/src/mautrix-signal.tar.gz[all] # -r optional-requirements.txt $final_path/bin/python3 -m mautrix_signal -g -c $mautrix_config_path -r $app_service_registration_path/$app.yaml