commit | 7b3655a52a1a5a55f362c5e0d12eaa0163a24044 | [log] [tgz] |
---|---|---|
author | Saurab Dulal <sdulal@memphis.edu> | Tue Jan 02 22:40:35 2018 +0000 |
committer | Ashlesh Gawande <agawande@memphis.edu> | Thu Jan 04 14:54:15 2018 -0800 |
tree | 436d1dcc0f0e78ee22f666bfa37125002be16c1c | |
parent | 22642a39ca133eddb3bf8af4e8458e735e6cb2d2 [diff] [blame] |
Modified Vagrantfile to remove sudo from the installation process Included -a option to encapsulate -emfrti to install all dependencies Change-Id: Ief864f4c7c69a80cfc47fc1ef195a2842c11011d refs: #4423, #4404
diff --git a/Vagrantfile b/Vagrantfile index 071a885..6083675 100644 --- a/Vagrantfile +++ b/Vagrantfile
@@ -5,7 +5,7 @@ git clone --depth 1 https://github.com/named-data/mini-ndn.git cd mini-ndn -sudo ./install.sh -emrfti +./install.sh -a SCRIPT Vagrant.configure(2) do |config|