mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
nginx sync
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
from ssh_lib.config import SCRIPTS_DIR
|
||||
from ssh_lib.utils import apt_get_install, put
|
||||
from ssh_lib.utils import apt_get_install, exists, put
|
||||
|
||||
|
||||
def c1000k(c):
|
||||
if exists(c, 'c1000k-master'):
|
||||
return
|
||||
|
||||
c.run('wget https://github.com/ideawu/c1000k/archive/master.zip -O tmp.zip')
|
||||
c.run('unzip -o tmp.zip')
|
||||
c.run('rm tmp.zip')
|
||||
|
||||
Reference in New Issue
Block a user