Description
DEPRECATED: I NO LONGER USE THIS PROCEDURE
(optional) The Adafruit repository provides access to the most recent node packages and to a few other goodies useful to makers.
- Become root,
sudo -i
. - Add the repository to the sources file,
echo "deb http://apt.adafruit.com/raspbian/ release main" >> /etc/apt/sources.list
. Replace release with the current stable release. In Jan2016, it is jessie. - Add the repository key,
wget -O - -q https://apt.adafruit.com/apt.adafruit.com.gpg.key | apt-key add -
. apt-get update
.- Exit root,
exit
.