From 5725f5d9b62bc00143a7975d76bdcd11c0927813 Mon Sep 17 00:00:00 2001 From: Gredin67 Date: Fri, 5 Feb 2021 23:47:33 +0100 Subject: [PATCH] install wheel --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 3415e20..1fce782 100755 --- a/scripts/install +++ b/scripts/install @@ -207,7 +207,7 @@ ynh_replace_string --match_string=__LOG_LEVEL__ --replace_string="error" --targe # Configure Mautrix-Facebook python3 -m venv $final_path -$final_path/bin/pip3 install --upgrade setuptools +$final_path/bin/pip3 install --upgrade setuptools wheel $final_path/bin/pip3 install --upgrade $final_path/src/mautrix-facebook.tar.gz $final_path/bin/python3 -m mautrix-facebook -g -c $mautrix_config_path -r $app_service_registration_path/$app.yaml @@ -281,4 +281,4 @@ ynh_systemd_action --service_name=$app --action="restart" # END OF SCRIPT #================================================= -ynh_script_progression --message="Installation of $app completed" --last \ No newline at end of file +ynh_script_progression --message="Installation of $app completed" --last