Skip to content

Commit

Permalink
Added subversion
Browse files Browse the repository at this point in the history
  • Loading branch information
volumio committed Aug 2, 2015
1 parent c3d72ff commit d802dad
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion recipes/arm-dev.conf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ keyring=debian-archive-keyring
suite=jessie

[DevTools]
packages=build-essential cmake dh-autoreconf
packages=build-essential cmake dh-autoreconf subversion
source=http://archive.raspbian.org/raspbian
keyring=debian-archive-keyring
suite=jessie
Expand Down
2 changes: 1 addition & 1 deletion recipes/arm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ keyring=debian-archive-keyring
suite=jessie

[DevTools]
packages=build-essential cmake dh-autoreconf
packages=build-essential cmake dh-autoreconf subversion
source=http://archive.raspbian.org/raspbian
keyring=debian-archive-keyring
suite=jessie
Expand Down
2 changes: 1 addition & 1 deletion recipes/x86-dev.conf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ keyring=debian-archive-keyring
suite=jessie

[DevTools]
packages=build-essential cmake dh-autoreconf
packages=build-essential cmake dh-autoreconf subversion
source=http://ftp.nl.debian.org/debian
keyring=debian-archive-keyring
suite=jessie
Expand Down
2 changes: 1 addition & 1 deletion recipes/x86.conf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ keyring=debian-archive-keyring
suite=jessie

[DevTools]
packages=build-essential cmake dh-autoreconf
packages=build-essential cmake dh-autoreconf subversion
source=http://ftp.nl.debian.org/debian
keyring=debian-archive-keyring
suite=jessie
Expand Down
2 changes: 1 addition & 1 deletion scripts/volumioconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ chmod 777 /var/lib/mpd/tag_cache
chmod 777 /var/lib/mpd/playlists

echo "Adding Volumio Parent Service to Startup"
sudo systemctl enable volumio.service
systemctl enable volumio.service

echo "Setting Mpd to SystemD instead of Init"
update-rc.d mpd remove
Expand Down

0 comments on commit d802dad

Please sign in to comment.