Change how we install JDK for headless libreoffice server

This commit is contained in:
Lance Edgar 2019-10-07 22:20:30 -05:00
parent c45e1a9187
commit f441ac7b25

View file

@ -33,7 +33,7 @@ def install_headless_writer(c):
"""
apt.install(
c,
'openjdk-8-jdk',
'default-jdk-headless',
'libreoffice-common',
'libreoffice-writer',
'libreoffice-calc',