From 7dfc9de59cc22649876dfb141bf46953a0c27cef Mon Sep 17 00:00:00 2001 From: cimryan Date: Tue, 16 Oct 2018 07:44:53 -0700 Subject: [PATCH] Update branch references to master after merge. --- GetShellWithoutMonitorOnWindows.md | 2 +- README.md | 2 +- windows_archive/setup-teslausb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GetShellWithoutMonitorOnWindows.md b/GetShellWithoutMonitorOnWindows.md index dfc896e..d696876 100644 --- a/GetShellWithoutMonitorOnWindows.md +++ b/GetShellWithoutMonitorOnWindows.md @@ -14,7 +14,7 @@ 1. Run the following commands: ``` cd ~ - wget https://raw.githubusercontent.com/cimryan/teslausb/u/cimryan/readonlyrootfs/windows_archive/setup-piForHeadlessConfig.ps1 -OutFile setup-piForHeadlessConfig.ps1 + wget https://raw.githubusercontent.com/cimryan/teslausb/master/windows_archive/setup-piForHeadlessConfig.ps1 -OutFile setup-piForHeadlessConfig.ps1 ./setup-piForHeadlessConfig.ps1 -Verbose ``` 1. Enter the single letter of the "boot" drive and press Enter. diff --git a/README.md b/README.md index 09e1cb0..3d14615 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ Now that you have a shell on the Pi you can turn the Pi into a smart USB drive. ``` 1. Run these commands: ``` - wget https://raw.githubusercontent.com/cimryan/teslausb/u/cimryan/readonlyrootfs/windows_archive/setup-teslausb + wget https://raw.githubusercontent.com/cimryan/teslausb/master/windows_archive/setup-teslausb chmod +x setup-teslausb ./setup-teslausb ``` diff --git a/windows_archive/setup-teslausb b/windows_archive/setup-teslausb index b20eee1..25466a2 100644 --- a/windows_archive/setup-teslausb +++ b/windows_archive/setup-teslausb @@ -1,6 +1,6 @@ #!/bin/bash -eu -BRANCH=u/cimryan/readonlyrootfs +BRANCH=master if ! [ $(id -u) = 0 ] then