From abcec5d02465f6c8f8e04cfccd4603bb7947fa19 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 9 Feb 2015 13:34:25 -0500 Subject: [PATCH] Fix type in DIB_DISTRIBUTION_MIRROR use It turns out, there is a 4th I in that varaible name. Change-Id: I6a0aa011604fb5b46cf5352e6c69461a2494d5fd --- elements/ubuntu-minimal/pre-install.d/05-apt-update | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/elements/ubuntu-minimal/pre-install.d/05-apt-update b/elements/ubuntu-minimal/pre-install.d/05-apt-update index 6511e233..2d025299 100755 --- a/elements/ubuntu-minimal/pre-install.d/05-apt-update +++ b/elements/ubuntu-minimal/pre-install.d/05-apt-update @@ -22,10 +22,10 @@ DIB_DISTRIBUTION_MIRROR=${DIB_DISTRIBUTION_MIRROR:-http://archive.ubuntu.com/ubu # We should manage this in a betterer way cat << EOF >/etc/apt/sources.list -deb $DIB_DISTRIBUTON_MIRROR $DIB_RELEASE main restricted universe -deb $DIB_DISTRIBUTON_MIRROR $DIB_RELEASE-updates main restricted universe -deb $DIB_DISTRIBUTON_MIRROR $DIB_RELEASE-backports main restricted universe -deb $DIB_DISTRIBUTON_MIRROR $DIB_RELEASE-security main restricted universe +deb $DIB_DISTRIBUTION_MIRROR $DIB_RELEASE main restricted universe +deb $DIB_DISTRIBUTION_MIRROR $DIB_RELEASE-updates main restricted universe +deb $DIB_DISTRIBUTION_MIRROR $DIB_RELEASE-backports main restricted universe +deb $DIB_DISTRIBUTION_MIRROR $DIB_RELEASE-security main restricted universe EOF # Need to update to retrieve the signed Release file