source:
gs3-extensions/selfcontained-rclone/trunk/PREPARE-LINUX.sh
Last change on this file was 37375, checked in by , 9 months ago | |
---|---|
|
|
File size: 269 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | version=v1.60.1-linux-amd64 |
4 | installed_dir=rclone-all |
5 | |
6 | tar xvzf rclone-${version}.tar.gz \ |
7 | && mv rclone-${version} $installed_dir |
8 | |
9 | if [ $? = 0 ] ; then |
10 | echo "Untarred RClone $version and renamed the directory to:" |
11 | echo " $installed_dir" |
12 | fi |
13 | |
14 |
Note:
See TracBrowser
for help on using the repository browser.