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
35d24c4710
commit
7f89437bc8
1 changed files with 3 additions and 2 deletions
|
@ -129,11 +129,12 @@ ynh_script_progression --message="Setting up source files..."
|
||||||
if [ $(uname -m) == "armv7l" ]
|
if [ $(uname -m) == "armv7l" ]
|
||||||
then
|
then
|
||||||
# prepare openjdk8 installation
|
# prepare openjdk8 installation
|
||||||
if [ ! -d "/tmp/jitsi-install/" ]
|
if [ -d "/tmp/jitsi-install/" ]
|
||||||
then
|
then
|
||||||
mkdir /tmp/jitsi-install/
|
rm -rf /tmp/jitsi-install/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
mkdir /tmp/jitsi-install/
|
||||||
cd /tmp/jitsi-install/
|
cd /tmp/jitsi-install/
|
||||||
#install openjdk 8 because javah is used by jitsi and not supported in higher versions
|
#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
|
wget http://security.debian.org/debian-security/pool/updates/main/o/openjdk-8/openjdk-8-jre_8u322-b06-1~deb9u1_armhf.deb
|
||||||
|
|
Loading…
Add table
Reference in a new issue