Remove /etc/apt/apt.conf ASAP

This commit is contained in:
Ryan Finnie 2012-10-04 07:04:24 -07:00
parent 71bfdb21b8
commit 01c7301931
2 changed files with 8 additions and 1 deletions

View File

@ -13,6 +13,13 @@ else
fi
function install_hook {
### CANONICAL-SPECIFIC BEGIN ###
# MAAS preseed is forcing apt to proxy through the deb caching proxy
# on the MAAS server. This is preventing us from getting to
# cloud-archive. Stop it.
rm -f /etc/apt/apt.conf
### CANONICAL-SPECIFIC END ###
apt-get -y --force-yes install python-software-properties || exit 1
add_ppa
apt-get update

View File

@ -1 +1 @@
34
35