From d03b4ae65bc16c5ae7d869d2967d0d57d2641654 Mon Sep 17 00:00:00 2001 From: Alan Hoyle Date: Tue, 6 Nov 2018 19:20:21 -0500 Subject: [PATCH] Update SetupRClone.md --- doc/SetupRClone.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/doc/SetupRClone.md b/doc/SetupRClone.md index fa81d35..65a66c9 100644 --- a/doc/SetupRClone.md +++ b/doc/SetupRClone.md @@ -13,7 +13,6 @@ These instructions will speed you through the process with good defaults. If you 1. Run these commands. Specify the config name `gdrive` when prompted for the config name. ``` - sudo -i curl -L https://raw.github.com/pageauc/rclone4pi/master/rclone-install.sh | bash rclone config ``` @@ -26,14 +25,10 @@ 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 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 -1. Run this command to enter a command shell for the root user. - ``` - sudo -i - ``` 2. Run the following command to install rclone4pi: ``` curl -L https://raw.github.com/pageauc/rclone4pi/master/rclone-install.sh | bash @@ -88,4 +83,4 @@ Run this command to cause the setup processes which you'll resume in the main in ``` export ARCHIVE_SYSTEM=rclone ``` -Now return to the section "Set up the USB storage functionality" in the [main instructions](../README.md). +Now stay in your `sudo -i` session and return to the section "Set up the USB storage functionality" in the [main instructions](../README.md).