From b80b14e533296c7687b9b03bad3d754a896774b1 Mon Sep 17 00:00:00 2001 From: Richard Goodwin Date: Sun, 21 Oct 2018 15:38:55 -0500 Subject: [PATCH] More readme! --- headless-scripts/Readme.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/headless-scripts/Readme.md b/headless-scripts/Readme.md index de96d1f..8de59da 100644 --- a/headless-scripts/Readme.md +++ b/headless-scripts/Readme.md @@ -23,9 +23,13 @@ export WIFIPASS=your_wifi_password ``` 1. Run the `setup-piForHeadlessBuild.sh` (note: **not** `setup-piForHeadlessSetup.sh`): -`curl https://raw.githubusercontent.com/rtgoodwin/teslausb/headless-patch/headless-scripts/setup-piForHeadlessBuild.sh -o setup-piForHeadlessBuild.sh` -`chmod +x setup-piForHeadlessBuild.sh` -`./setup-piForHeadlessBuild.sh .` +``` +curl https://raw.githubusercontent.com/rtgoodwin/teslausb/headless-patch/headless-scripts/setup-piForHeadlessBuild.sh -o setup-piForHeadlessBuild.sh + +chmod +x setup-piForHeadlessBuild.sh + +./setup-piForHeadlessBuild.sh +``` 1. If all goes well, put card into Pi and boot. 1. Wait for the the Pi to come up as a CAM USB drive, if you have it plugged into your computer. If not, give it a few minutes until the LED starts pulsing steadily which means the archive loop is running and you're good to go.