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

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
RevLine 
[37374]1#!/bin/bash
2
[37375]3version=v1.60.1-linux-amd64
[37374]4installed_dir=rclone-all
5
[37375]6tar xvzf rclone-${version}.tar.gz \
[37374]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.