commit | fb132f951e3b917938ae373a170781d6f241409b | [log] [tgz] |
---|---|---|
author | Jonathan Hart <jono@onlab.us> | Tue Jul 07 03:39:19 2015 -0700 |
committer | Jonathan Hart <jono@onlab.us> | Tue Jul 07 03:39:19 2015 -0700 |
tree | 056fada57cbd719bfa0b1e39efcac3580ccc2a16 | |
parent | f648acdf338c25954eb933778fd5af1ad2b0550c [diff] |
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