This commit is contained in:
Zsolt Ero
2023-12-27 02:12:18 +01:00
parent 3f55c69e02
commit b85e17b59b
3 changed files with 11 additions and 4 deletions

6
ssh_lib/rclone.py Normal file
View 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')