mirror of
https://github.com/YunoHost-Apps/mautrix_signal_ynh.git
synced 2024-09-03 19:46:07 +02:00
Update install
This commit is contained in:
parent
d1c0241538
commit
0eea960ac6
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue