jacroe / pidora

A Raspberry Pi Radio. Includes Pandora (via pianobar) and NPR Hourly News
http://pidora.jacroe.com/
GNU General Public License v3.0
38 stars 12 forks source link

Install script illegal option -n #46

Closed taylorkline closed 10 years ago

taylorkline commented 10 years ago

Full text:

After selecting the station, pianobar will print the station's name and a long ID number. This will be the default station. Copy that number to the clipboard.
Press q to quit at any time.
./install.sh: 35: read: Illegal option -n

Welcome to pianobar (2013.09.15-dev)! Press ? for a list of commands.
jacroe commented 10 years ago

Can you post the output of read --help?

taylorkline commented 10 years ago

Wow, forgive me, turns out:

wget https://raw.github.com/jacroe/pidora/master/install.sh && chmod +x install.sh && ./install.sh

was split into multiple lines when I posted it into Terminal, so that was the problem. My entire install failed and when I tried again, it worked. Thanks!

jacroe commented 10 years ago

No problemo! :smile:

jacroe commented 10 years ago

Grr.. closing again...