Project

General

Profile

Actions

Task #4423

closed

In Vagrantfile, change 'sudo ./install.sh' to './install.sh'.

Added by Anonymous over 6 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Low
Category:
-
Target version:
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
Actions #1

Updated by Ashlesh Gawande over 6 years ago

  • Assignee set to Ashlesh Gawande

Sounds good, will push a change.

Actions #2

Updated by Ashlesh Gawande about 6 years ago

  • Status changed from New to Closed
  • Target version set to v0.5.0
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF