Skip to content

Commit c4e4d90

Browse files
Justin CooperJustin Cooper
authored andcommitted
update beaglebone installer to add nameserver to resolv.conf
1 parent 1d47fe5 commit c4e4d90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ Note: This is also the default installation for any Debian or Ubuntu operating s
2424
Beaglebone Installation (Angstrom)
2525
============
2626

27-
On the Beaglebone (as the default root user):
27+
On the Beaglebone (as the default root user), execute each line independently:
2828

29+
echo "nameserver 8.8.8.8" >> /etc/resolv.conf
2930
curl -k https://raw.github.com/adafruit/Adafruit-WebIDE/alpha/scripts/install-angstrom.sh | sh
3031

3132
Note: The curl -k command is used due to the Beaglebone not having the github SSL certificate in the default installation.

0 commit comments

Comments
 (0)