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.