Skip to content

Instantly share code, notes, and snippets.

@Peregrinox
Last active February 13, 2018 11:46
Show Gist options
  • Save Peregrinox/e67eb743c8144b5f28b37e2afa75e7d6 to your computer and use it in GitHub Desktop.
Save Peregrinox/e67eb743c8144b5f28b37e2afa75e7d6 to your computer and use it in GitHub Desktop.
pi rclone beta install

pi-rclone-beta-install

This is a fast install procedure for rclone in the raspberry pi (tested with OSMC on a Pi 2) with support for auth proxy that enable Amazon Cloud drive access.

Install from precompiled binarys (not need to install go-lang):

  • Download the relevant binary.
curl -O https://beta.rclone.org/rclone-beta-latest-linux-arm.zip
  • unpack:
unzip rclone-beta-latest-linux-arm.zip
  • install
cd rclone-v1.36-235-g51866fbdβ-linux-arm/
sudo cp rclone /usr/bin/
sudo chown root:root /usr/bin/rclone
sudo chmod 755 /usr/bin/rclone
  • run config
 rclone config

your rclone config file will be at: ~/.config/rclone/rclone.conf

links:

rclone install

Proxy for Amazon Cloud Drive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment