Skip to content

Commit 42f4a4c

Browse files
committed
Merge pull request #228 from adafruit/alpha
Update path for lsb-base
2 parents a9ac86b + 78cbc72 commit 42f4a4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/install-angstrom.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ then
9494
rm -rf redis-stable
9595
fi
9696

97-
wget http://www.angstrom-distribution.org/feeds/next/ipk/eglibc/all/lsb-base_3.2-r0.9_all.ipk
97+
wget http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/all/lsb-base_3.2-r0.9_all.ipk
9898
opkg install lsb-base_3.2-r0.9_all.ipk
9999
rm lsb-base_3.2-r0.9_all.ipk
100100

@@ -160,4 +160,4 @@ echo "**** Starting the server...(please wait) ****"
160160
sleep 20s
161161

162162
echo "**** The Adafruit webIDE is installed and running! ****"
163-
echo "**** Navigate to http://$(hostname).local$PORT_USED to use the WebIDE"
163+
echo "**** Navigate to http://$(hostname).local$PORT_USED to use the WebIDE"

0 commit comments

Comments
 (0)