Add rclone.sh

Signed-off-by: AKU <tom@tdpain.net>
This commit is contained in:
akp 2022-02-07 20:06:42 +00:00
parent 49916dacdc
commit 023819bb2a
No known key found for this signature in database
GPG key ID: AA5726202C8879B7
2 changed files with 6 additions and 0 deletions

View file

@ -22,6 +22,7 @@ Markdown docs and shell scripts for automating installation of things and docume
* [`flameshot.md`](flameshot.md) for installing Flameshot screenshot tool
* [`fuck.md`](fuck.md) for installing https://github.com/nvbn/thefuck
* [`gpaste.md`](gpaste.md) for installing the GPaste clipboard manager
* [`rclone.sh`](rclone.sh)
* [`restic.sh`](restic.sh) for installing the Restic backup tool
* [`rootcert.md`](rootcert.md) for installing other root certificates
* [`signal.sh`](signal.sh) for installing the Signal desktop client

5
rclone.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
# 2022-02-07
curl https://rclone.org/install.sh | sudo bash