mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
work
This commit is contained in:
6
ssh_lib/rclone.py
Normal file
6
ssh_lib/rclone.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from ssh_lib.utils import apt_get_update
|
||||
|
||||
|
||||
def install_rclone(c):
|
||||
apt_get_update(c)
|
||||
c.sudo('curl https://rclone.org/install.sh | sudo bash')
|
||||
Reference in New Issue
Block a user