Skip to content

Jordan Burgess' Raspberry Pi iOS 6 Airplay installation procedure condensed into one simple shell script.

Notifications You must be signed in to change notification settings

jusbour/AirPi-Installation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Raspberry Pi AirPlay Speakers made easy!

Jordan Burgess' Raspberry Pi iOS 6 Airplay installation procedure condensed into one simple shell script.

Prerequisites

1. Make sure your running Debian on your Pi.
  • Raspbian Wheezy (The official OS) (Recommended)
  • Occidentals (From Adafruit)
2. If this is a new install, perform inital setup in Raspi-config (The menu that loads when you first boot your Pi) (You can also access it by typing "sudo raspi-config" into the terminal)
  • Expand the Root Partition

Installation

Here's the fun part: the installation. I've condensed it down to the following six commands: just copy and paste them one by one into the terminal:

sudo apt-get install git-core
git clone https://github.com/LikeABoss-001/AirPi-Installation.git
cd AirPi-Installation
sudo cp install2.sh ..
cd
sudo bash install2.sh

That's it! Go to your iOS device, go into the Music app, and a new Airplay icon should be there.

If this worked for you, let me know in the comments at my blog, here.

For More:

Follow my blog: justin.swimlikepros.com

Follow me on Twitter: @justin_harbour

About

Jordan Burgess' Raspberry Pi iOS 6 Airplay installation procedure condensed into one simple shell script.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages