diff options
| -rw-r--r-- | Vagrantfile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Vagrantfile b/Vagrantfile index 5c896de..ef51993 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,14 +1,6 @@ # -*- mode: ruby -*- # vi: set ft=ruby : -$gnu_radio_bootstrap = <<SCRIPT -sudo apt-get update -sudo apt-get upgrade -sudo apt-get install build-essential git subversion -wget http://www.sbrac.org/files/build-gnuradio && chmod a+x ./build-gnuradio && ./build-gnuradio -echo "export PYTHONPATH=/usr/local/lib/python2.7/dist-packages" >> ~/.bashrc -SCRIPT - Vagrant.configure('2') do |config| config.vm.box = 'precise32' config.vm.box_url = 'http://files.vagrantup.com/precise32.box' |
