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
390dcb344d
commit
a686077f43
1 changed files with 1 additions and 4 deletions
|
@ -161,11 +161,8 @@ then
|
||||||
sudo apt install automake autoconf build-essential libtool git maven m4 -y
|
sudo apt install automake autoconf build-essential libtool git maven m4 -y
|
||||||
git clone https://github.com/sctplab/usrsctp /tmp/jitsi-install/usrsctp
|
git clone https://github.com/sctplab/usrsctp /tmp/jitsi-install/usrsctp
|
||||||
git clone https://github.com/jitsi/jitsi-sctp /tmp/jitsi-install/jitsi-sctp
|
git clone https://github.com/jitsi/jitsi-sctp /tmp/jitsi-install/jitsi-sctp
|
||||||
|
cp /tmp/jitsi-install/usrsctp /tmp/jitsi-install/jitsi-sctp/
|
||||||
|
|
||||||
if [ ! -d "/tmp/jitsi-install/jitsi-sctp/usrsctp/" ]
|
|
||||||
then
|
|
||||||
cp /tmp/jitsi-install/usrsctp /tmp/jitsi-install/jitsi-sctp/
|
|
||||||
fi
|
|
||||||
# needed to make compile works
|
# needed to make compile works
|
||||||
if [ ! -d "/tmp/jitsi-install/jitsi-sctp/jniwrapper/native/src/main/resources/lib/linux-arm/" ]
|
if [ ! -d "/tmp/jitsi-install/jitsi-sctp/jniwrapper/native/src/main/resources/lib/linux-arm/" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue