We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d47fe5 commit c4e4d90Copy full SHA for c4e4d90
README.md
@@ -24,8 +24,9 @@ Note: This is also the default installation for any Debian or Ubuntu operating s
24
Beaglebone Installation (Angstrom)
25
============
26
27
-On the Beaglebone (as the default root user):
+On the Beaglebone (as the default root user), execute each line independently:
28
29
+ echo "nameserver 8.8.8.8" >> /etc/resolv.conf
30
curl -k https://raw.github.com/adafruit/Adafruit-WebIDE/alpha/scripts/install-angstrom.sh | sh
31
32
Note: The curl -k command is used due to the Beaglebone not having the github SSL certificate in the default installation.
0 commit comments