source: gs3-extensions/selfcontained-rclone/trunk/PREPARE-LINUX.sh@ 37375

Last change on this file since 37375 was 37375, checked in by davidb, 14 months ago

Tweaks after testing

  • Property svn:executable set to *
File size: 269 bytes
Line 
1#!/bin/bash
2
3version=v1.60.1-linux-amd64
4installed_dir=rclone-all
5
6tar xvzf rclone-${version}.tar.gz \
7 && mv rclone-${version} $installed_dir
8
9if [ $? = 0 ] ; then
10 echo "Untarred RClone $version and renamed the directory to:"
11 echo " $installed_dir"
12fi
13
14
Note: See TracBrowser for help on using the repository browser.