1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00

Add coturn

This commit is contained in:
ericgaspar 2021-01-11 18:45:37 +01:00
parent c694533025
commit 1de43644e8
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -5,7 +5,7 @@
#================================================= #=================================================
# dependencies used by the app # dependencies used by the app
pkg_dependencies="" pkg_dependencies="coturn"
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS
@ -43,4 +43,4 @@ ynh_detect_arch(){
architecture="unknown" architecture="unknown"
fi fi
echo $architecture echo $architecture
} }