aboutsummaryrefslogtreecommitdiffstats
path: root/boot/music_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'boot/music_install.sh')
-rw-r--r--boot/music_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/music_install.sh b/boot/music_install.sh
index a080034b..5149214f 100644
--- a/boot/music_install.sh
+++ b/boot/music_install.sh
@@ -71,7 +71,7 @@ mv /opt/music_serv.sh /etc/init.d
update-rc.d music_serv.sh defaults
# Download and install docker-engine and docker-compose
-echo "deb https://apt.dockerproject.org/repo ubuntu-trusty main" | tee /etc/apt/sources.list.d/docker.list
+echo "deb https://apt.dockerproject.org/repo ubuntu-$(lsb_release -cs) main" | tee /etc/apt/sources.list.d/docker.list
apt-get update
apt-get install -y linux-image-extra-$(uname -r) linux-image-extra-virtual
apt-get install -y --allow-unauthenticated docker-engine