From 09d465a1885101834386f31dc1d1b2db1e83c636 Mon Sep 17 00:00:00 2001 From: Richard Goodwin Date: Sun, 21 Oct 2018 15:40:24 -0500 Subject: [PATCH] Neverending readme updates. --- headless-scripts/Readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/headless-scripts/Readme.md b/headless-scripts/Readme.md index 8de59da..30153a1 100644 --- a/headless-scripts/Readme.md +++ b/headless-scripts/Readme.md @@ -23,13 +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 + ``` + curl https://raw.githubusercontent.com/rtgoodwin/teslausb/headless-patch/headless-scripts/setup-piForHeadlessBuild.sh -o setup-piForHeadlessBuild.sh -chmod +x setup-piForHeadlessBuild.sh + chmod +x setup-piForHeadlessBuild.sh -./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.