aboutsummaryrefslogtreecommitdiffstats
path: root/boot/policy_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'boot/policy_install.sh')
-rw-r--r--boot/policy_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/policy_install.sh b/boot/policy_install.sh
index 6394fc18..0ba20829 100644
--- a/boot/policy_install.sh
+++ b/boot/policy_install.sh
@@ -71,7 +71,7 @@ mv /opt/policy_serv.sh /etc/init.d
update-rc.d policy_serv.sh defaults
# Download and install docker-engine and docker-compose
-echo "deb https://apt.dockerproject.org/repo ubuntu-trusty main" | sudo tee /etc/apt/sources.list.d/docker.list
+echo "deb https://apt.dockerproject.org/repo ubuntu-$(lsb_release -cs) main" | sudo 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