View on GitHub

Adafruit Raspberry Pi repository

DEPRECATED

Home

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.

  1. Become root, sudo -i.
  2. 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.
  3. Add the repository key, wget -O - -q https://apt.adafruit.com/apt.adafruit.com.gpg.key | apt-key add -.
  4. apt-get update.
  5. Exit root, exit.