Merge "Fix type in DIB_DISTRIBUTION_MIRROR use"

This commit is contained in:
Jenkins 2015-02-14 00:51:01 +00:00 committed by Gerrit Code Review
commit bbeafa80bf
1 changed files with 4 additions and 4 deletions

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