Update branch references to master after merge.

This commit is contained in:
cimryan
2018-10-16 07:44:53 -07:00
parent 92f19af357
commit 7dfc9de59c
3 changed files with 3 additions and 3 deletions

View File

@@ -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.

View File

@@ -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
```

View File

@@ -1,6 +1,6 @@
#!/bin/bash -eu
BRANCH=u/cimryan/readonlyrootfs
BRANCH=master
if ! [ $(id -u) = 0 ]
then