Add rclone.sh
Signed-off-by: AKU <tom@tdpain.net>
This commit is contained in:
parent
49916dacdc
commit
023819bb2a
2 changed files with 6 additions and 0 deletions
|
@ -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
5
rclone.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
# 2022-02-07
|
||||
|
||||
curl https://rclone.org/install.sh | sudo bash
|
Loading…
Add table
Add a link
Reference in a new issue