Compare commits

...

2 Commits

Author SHA1 Message Date
pabloFuente 46597699f1 Installation script tag version fixed (append v) 2020-04-23 13:42:15 +02:00
pabloFuente 0626ed86ff Installation script fixed to 2.13.0 2020-04-23 13:03:15 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
OPENVIDU_FOLDER=openvidu OPENVIDU_FOLDER=openvidu
OPENVIDU_VERSION=master OPENVIDU_VERSION=v2.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