From 0eea960ac61003eb7a1c28dfccb004f506cc2a41 Mon Sep 17 00:00:00 2001 From: Gredin67 Date: Sat, 6 Feb 2021 00:40:51 +0100 Subject: [PATCH] Update install --- scripts/install | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/install b/scripts/install index f3f7c71..bc30caf 100755 --- a/scripts/install +++ b/scripts/install @@ -205,6 +205,12 @@ ynh_replace_string --match_string=__LOG_FILENAME__ --replace_string="/var/log/$a # Options: debug, info, warn, error, fatal ynh_replace_string --match_string=__LOG_LEVEL__ --replace_string="error" --target_file="$mautrix_config_path" + +#================================================= +# INSTALL MAUTRIX-FACEBOOK PYTHON MODULE +#================================================= + +mkdir -p /var/log/$app/$app.log # Configure Mautrix-Facebook python3 -m venv $final_path $final_path/bin/pip3 install --upgrade setuptools wheel