From a4a5d10a5474e427ae6314f4e35e6df979d42c77 Mon Sep 17 00:00:00 2001 From: Alan Hoyle Date: Tue, 6 Nov 2018 19:21:47 -0500 Subject: [PATCH] Update SetupRClone.md --- doc/SetupRClone.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/SetupRClone.md b/doc/SetupRClone.md index 65a66c9..be1a275 100644 --- a/doc/SetupRClone.md +++ b/doc/SetupRClone.md @@ -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