Fix type in DIB_DISTRIBUTION_MIRROR use

It turns out, there is a 4th I in that varaible name.

Change-Id: I6a0aa011604fb5b46cf5352e6c69461a2494d5fd
This commit is contained in:
Monty Taylor
2015-02-09 13:34:25 -05:00
parent 16b9bc7699
commit abcec5d024

View File

@@ -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