Last change
on this file since 37375 was 37375, checked in by davidb, 7 months ago |
Tweaks after testing
|
-
Property svn:executable
set to
*
|
File size:
269 bytes
|
Rev | Line | |
---|
[37374] | 1 | #!/bin/bash
|
---|
| 2 |
|
---|
[37375] | 3 | version=v1.60.1-linux-amd64
|
---|
[37374] | 4 | installed_dir=rclone-all
|
---|
| 5 |
|
---|
[37375] | 6 | tar xvzf rclone-${version}.tar.gz \
|
---|
[37374] | 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.