7.0.1 #81

Merged
Ark74 merged 30 commits from unstable into master 2022-05-24 04:17:40 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 6eab2c63fd - Show all commits

View File

@ -30,7 +30,7 @@ apt-get install -y \
wget \
unzip \
maven \
openjdk-8-jdk
openjdk-11-jdk
# Docker
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh

View File

@ -63,7 +63,7 @@ fi
apt-get -y install devscripts \
git \
maven \
openjdk-8-jdk
openjdk-11-jdk
#Build repository
git clone https://github.com/jitsi/jibri "$JIBRI_ENH_PATH"