mirror of
https://github.com/YunoHost-Apps/ffsync_ynh.git
synced 2024-09-03 18:26:38 +02:00
Add ARM dependencies
This commit is contained in:
parent
f6682e66ac
commit
f6b79fe7a5
3 changed files with 9 additions and 3 deletions
|
@ -61,7 +61,9 @@ ynh_app_setting_set "$app" final_path "$final_path"
|
|||
|
||||
# Check depends installation
|
||||
ynh_install_app_dependencies python-dev python-virtualenv \
|
||||
uwsgi uwsgi-plugin-python
|
||||
uwsgi uwsgi-plugin-python \
|
||||
`# ARM support: ` \
|
||||
build-essential libssl-dev libffi-dev
|
||||
|
||||
#=================================================
|
||||
# CREATE A MYSQL DATABASE
|
||||
|
|
|
@ -83,7 +83,9 @@ ynh_system_user_create "$app"
|
|||
#=================================================
|
||||
|
||||
ynh_install_app_dependencies python-dev python-virtualenv \
|
||||
uwsgi uwsgi-plugin-python
|
||||
uwsgi uwsgi-plugin-python \
|
||||
`# ARM support: ` \
|
||||
build-essential libssl-dev libffi-dev
|
||||
|
||||
#=================================================
|
||||
# RESTORE THE UWSGI MECANICS
|
||||
|
|
|
@ -94,7 +94,9 @@ path_url=$(ynh_normalize_url_path "$path_url")
|
|||
|
||||
# Check depends installation
|
||||
ynh_install_app_dependencies python-dev python-virtualenv \
|
||||
uwsgi uwsgi-plugin-python
|
||||
uwsgi uwsgi-plugin-python \
|
||||
`# ARM support: ` \
|
||||
build-essential libssl-dev libffi-dev
|
||||
|
||||
#=================================================
|
||||
# SPECIFIC SETUP UWSGI
|
||||
|
|
Loading…
Reference in a new issue