Skip to content

Commit

Permalink
Add raspberrypi.org repos as in Jessie
Browse files Browse the repository at this point in the history
as per volumio#102

This standard repo has few utilities.
Adding relevant key to keyring
  • Loading branch information
macmpi authored Jan 13, 2017
1 parent 9f665dc commit 7667288
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/raspberryconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ options snd-usb-audio nrpacks=1
options snd-usb-audio index=5
options snd_bcm2835 index=0" >> /etc/modprobe.d/alsa-base.conf

echo "Adding Raspberrypi.org Repo"
echo "
deb http://archive.raspberrypi.org/debian/ jessie main ui
deb-src http://archive.raspberrypi.org/debian/ jessie main ui
" >> /etc/apt/sources.list.d/raspi.list

echo "Adding Raspberrypi.org Repo Key"
wget https://www.raspberrypi.org/raspberrypi.gpg.key -O - | sudo apt-key add -

echo "Installing R-pi specific binaries"
apt-get update
Expand Down

0 comments on commit 7667288

Please sign in to comment.