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