This commit is contained in:
Zsolt Ero
2023-12-08 08:57:47 +01:00
parent bd0605d2b7
commit 8faf4ecfb7
2 changed files with 7 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ def prepare_shared(c):
def prepare_tile_gen(c):
# install_planetiler(c)
install_planetiler(c)
for file in [
'prepare-virtualenv.sh',
@@ -47,7 +47,7 @@ def prepare_tile_gen(c):
owner='ofm',
)
# sudo_cmd(c, f'cd {TILE_GEN_BIN} && source prepare-virtualenv.sh', user='ofm')
sudo_cmd(c, f'cd {TILE_GEN_BIN} && source prepare-virtualenv.sh', user='ofm')
def prepare_http_host(c):