mirror of
https://github.com/YunoHost-Apps/mautrix_signal_ynh.git
synced 2024-09-03 19:46:07 +02:00
install wheel
This commit is contained in:
parent
f5b9c456e4
commit
5725f5d9b6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
ynh_script_progression --message="Installation of $app completed" --last
|
||||
|
|
Loading…
Reference in a new issue