This commit is contained in:
Zsolt Ero
2023-12-29 23:24:08 +01:00
parent b0ab33893e
commit 8fd68c288a
4 changed files with 8 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ PLANETILER_VERSION = '0.7.0'
PLANETILER_PATH = f'{TILE_GEN_BIN}/planetiler.jar'
def install_planetiler(c):
def planetiler(c):
apt_get_update(c)
apt_get_install(c, 'openjdk-21-jre-headless')