mirror of https://github.com/OpenVidu/openvidu.git
Installation script fixed to 2.13.0
parent
797732f244
commit
0626ed86ff
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
OPENVIDU_FOLDER=openvidu
|
OPENVIDU_FOLDER=openvidu
|
||||||
OPENVIDU_VERSION=master
|
OPENVIDU_VERSION=2.13.0
|
||||||
|
|
||||||
# Check docker and docker-compose installation
|
# Check docker and docker-compose installation
|
||||||
docker -v > /dev/null 2>&1
|
docker -v > /dev/null 2>&1
|
||||||
|
|
Loading…
Reference in New Issue