mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
work
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user