1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jitsi_ynh.git synced 2024-09-03 19:35:57 +02:00

include uuidgen

This commit is contained in:
yalh76 2020-04-30 05:55:46 +02:00
parent 6151496d69
commit e74c523af7
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
#=================================================
# dependencies used by the app
pkg_dependencies="openjdk-8-jre-headless|openjdk-11-jre-headless"
pkg_dependencies="openjdk-8-jre-headless|openjdk-11-jre-headless debconf|debconf-2.0 procps uuid-runtime"
#=================================================
# PERSONAL HELPERS

View file

@ -41,7 +41,7 @@ focus_user="focus"
videobridge_user="jvb"
muc_nickname=$(ynh_string_random --length=32)
muc_nickname=$(uuidgen)
#=================================================
# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS