Disable using apt-cache
diff --git a/vm-setup.sh b/vm-setup.sh
index 76dfd19..4c2a642 100644
--- a/vm-setup.sh
+++ b/vm-setup.sh
@@ -6,7 +6,7 @@
 # This script sets up the VM ready to run ONOS and tutorials, including installing an LXC cluster
 # for ONOS to run in.
 
-sudo sh -c 'echo "Acquire::http { Proxy \"http://10.0.2.2:3142\"; };" > /etc/apt/apt.conf.d/02proxy'
+#sudo sh -c 'echo "Acquire::http { Proxy \"http://10.0.2.2:3142\"; };" > /etc/apt/apt.conf.d/02proxy'
 
 sudo apt-get update