Skip to content

Commit

Permalink
Update functions.sh
Browse files Browse the repository at this point in the history
fix eof sonarr
  • Loading branch information
blindpet committed Dec 23, 2015
1 parent 6b22691 commit ba2d518
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ fi
if [ $ARCH == ARM ]; then
cat > /etc/apt/sources.list.d/sonarr.list <<EOF
deb http://archive.raspbian.org/raspbian wheezy main contrib non-free
EOF
EOF
debconf-apt-progress -- apt-get update
debconf-apt-progress -- apt-get install libmono-cil-dev mediainfo sqlite3 -y --force-yes
wget https://www.dropbox.com/s/k6ff6s9bfe4mfid/mono_3.10-armhf.deb
Expand All @@ -388,18 +388,18 @@ if [ $ARCH == ARM ]; then
cat > /etc/apt/sources.list.d/sonarr.list <<EOF
# Sonarr
deb http://apt.sonarr.tv/ master main
EOF
EOF
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FDA5DFFC
debconf-apt-progress -- apt-get update
apt-get install nzbdrone -y --force-yes
rm mono_3.10-armhf.deb
rm /etc/apt/sources.list.d/sonarr.list
fi
if [ $ARCH == x86 ]; then
cat > /etc/apt/sources.list.d/sonarr.list <<EOF
cat > /etc/apt/sources.list.d/sonarr.list <<EOF
# Sonarr
deb http://apt.sonarr.tv/ master main
EOF
EOF
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FDA5DFFC
debconf-apt-progress -- apt-get update
debconf-apt-progress -- apt-get install nzbdrone mediainfo sqlite3 libmono-cil-dev -y
Expand Down

0 comments on commit ba2d518

Please sign in to comment.