Skip to content
Snippets Groups Projects
Commit 13570002 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Updated jdk version

parent 9e515d1c
No related branches found
No related tags found
Loading
......@@ -15,7 +15,7 @@ def setup(interactive=True):
wowza_setup_name = 'WowzaStreamingEngine-4.7.7-linux-x64-installer.deb'
utils.log('It may take a while to download the Wowza installer from the UbiCast server.')
cmds = [
'apt-get install -y openjdk-8-jre-headless',
'apt-get install -y openjdk-11-jre-headless',
# Get and install Wowza
'[ -f "/tmp/%(name)s" ] && (dpkg -I "/tmp/%(name)s" || rm "/tmp/%(name)s") || true' % {'name': wowza_setup_name},
'[ -f "/tmp/%(name)s" ] || wget -q "https://panel.ubicast.eu/media/storage/%(name)s" -O "/tmp/%(name)s"' % {'name': wowza_setup_name},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment