1
0
Fork 0
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:
rosbeef andino 2022-04-13 00:32:31 -04:00 committed by GitHub
parent 35d24c4710
commit 7f89437bc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -129,11 +129,12 @@ ynh_script_progression --message="Setting up source files..."
if [ $(uname -m) == "armv7l" ]
then
# prepare openjdk8 installation
if [ ! -d "/tmp/jitsi-install/" ]
if [ -d "/tmp/jitsi-install/" ]
then
mkdir /tmp/jitsi-install/
rm -rf /tmp/jitsi-install/
fi
mkdir /tmp/jitsi-install/
cd /tmp/jitsi-install/
#install openjdk 8 because javah is used by jitsi and not supported in higher versions
wget http://security.debian.org/debian-security/pool/updates/main/o/openjdk-8/openjdk-8-jre_8u322-b06-1~deb9u1_armhf.deb