mirror of
https://github.com/cimryan/teslausb.git
synced 2026-02-28 20:20:32 +00:00
Update SetupRClone.md
This commit is contained in:
@@ -11,6 +11,10 @@ You must perform these steps **after** getting a shell on the Pi and **before**
|
||||
# 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.
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user