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.
2 parents a9ac86b + 78cbc72 commit 42f4a4cCopy full SHA for 42f4a4c
scripts/install-angstrom.sh
@@ -94,7 +94,7 @@ then
94
rm -rf redis-stable
95
fi
96
97
-wget http://www.angstrom-distribution.org/feeds/next/ipk/eglibc/all/lsb-base_3.2-r0.9_all.ipk
+wget http://feeds.angstrom-distribution.org/feeds/next/ipk/eglibc/all/lsb-base_3.2-r0.9_all.ipk
98
opkg install lsb-base_3.2-r0.9_all.ipk
99
rm lsb-base_3.2-r0.9_all.ipk
100
@@ -160,4 +160,4 @@ echo "**** Starting the server...(please wait) ****"
160
sleep 20s
161
162
echo "**** The Adafruit webIDE is installed and running! ****"
163
-echo "**** Navigate to http://$(hostname).local$PORT_USED to use the WebIDE"
+echo "**** Navigate to http://$(hostname).local$PORT_USED to use the WebIDE"
0 commit comments