mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
Update install
This commit is contained in:
parent
45a22c72d3
commit
194f71e818
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,8 @@ videobridge_user="jvb"
|
||||||
|
|
||||||
max_memory=200 #125 mib with no user +1,5*50 users=75 mib
|
max_memory=200 #125 mib with no user +1,5*50 users=75 mib
|
||||||
|
|
||||||
|
scriptpath=$(pwd)
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS
|
# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
@ -171,8 +173,10 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# compile
|
# compile
|
||||||
|
cd /tmp/jitsi-install/jitsi-sctp
|
||||||
mvn package -DbuildSctp -DbuildNativeWrapper -DdeployNewJnilib -DskipTests
|
mvn package -DbuildSctp -DbuildNativeWrapper -DdeployNewJnilib -DskipTests
|
||||||
mvn package
|
mvn package
|
||||||
|
cd $scriptpath
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ynh_app_setting_set --app=$app --key=final_path --value=$final_path
|
ynh_app_setting_set --app=$app --key=final_path --value=$final_path
|
||||||
|
|
Loading…
Add table
Reference in a new issue