Skip to content

Commit 3444f4f

Browse files
run openaps-install.sh from dev branch
Since github deprecated git:// URLs, the openaps-install.sh from the master branch no longer works. Download openaps-install.sh from the dev branch, and install from the dev branch, until we release 0.7.1 to master.
1 parent 6e2edc9 commit 3444f4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/Build Your Rig/edison-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ ifdown wlan0; ifup wlan0
4848
sleep 10
4949
echo -ne "\nWifi SSID: "; iwgetid -r
5050
sleep 5
51-
curl https://raw.githubusercontent.com/openaps/oref0/master/bin/openaps-install.sh > /tmp/openaps-install.sh
52-
bash /tmp/openaps-install.sh
51+
curl https://raw.githubusercontent.com/openaps/oref0/dev/bin/openaps-install.sh > /tmp/openaps-install.sh
52+
bash /tmp/openaps-install.sh dev
5353
)
5454
```
5555

0 commit comments

Comments
 (0)