Update SetupRClone.md

This commit is contained in:
Alan Hoyle
2018-11-06 19:21:47 -05:00
committed by GitHub
parent d03b4ae65b
commit a4a5d10a54

View File

@@ -9,8 +9,12 @@ You must perform these steps **after** getting a shell on the Pi and **before**
* These commands define environment variables that the main setup scripts need.
# Quick guide
These instructions will speed you through the process with good defaults. If you encounter an error, or you want to use a different config name than `gdrive` or a different folder name than `TeslaCam`, follow the detailed instuctions, below.
These instructions will speed you through the process with good defaults. If you encounter an error, or you want to use a different config name than `gdrive` or a different folder name than `TeslaCam`, follow the detailed instuctions, below.
1. Enter the root session if you haven't already
```
sudo -i
```
1. Run these commands. Specify the config name `gdrive` when prompted for the config name.
```
curl -L https://raw.github.com/pageauc/rclone4pi/master/rclone-install.sh | bash
@@ -25,7 +29,7 @@ These instructions will speed you through the process with good defaults. If you
rclone mkdir "$RCLONE_DRIVE:$RCLONE_PATH"
rclone lsd "$RCLONE_DRIVE":
```
1. If you didn't encounter any error messages and you see the `TeslaCam` directory listed, stay in your `sudo -i session` and return to the [Main Instructions](../README.md).
1. If you didn't encounter any error messages and you see the `TeslaCam` directory listed, stay in your `sudo -i` session and return to the [Main Instructions](../README.md).
# Detailed instructions
## Step 1: Install rclone4pi