Actions
Task #4423
closedIn Vagrantfile, change 'sudo ./install.sh' to './install.sh'.
Start date:
12/22/2017
Due date:
% Done:
100%
Estimated time:
Description
When the Vagrantfile does the install, it runs:
https://github.com/named-data/mini-ndn/blob/7a6978eb52648f86714e6a554a46d5b603c0225b/Vagrantfile#L8
sudo ./install.sh -emrfti
Why does it need sudo? The install.sh script already does sudo when needed, such as sudo apt-get -y install
. If the entire install.sh script is run as sudo, normal example files, etc. need root access to run. Is it possible to change this to the following? (I tried it and everything builds OK.)
./install.sh -emrfti
Updated by Ashlesh Gawande almost 7 years ago
- Assignee set to Ashlesh Gawande
Sounds good, will push a change.
Updated by Ashlesh Gawande over 6 years ago
- Status changed from New to Closed
- Target version set to v0.5.0
- % Done changed from 0 to 100
Actions