Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed: Removed Sudo #23

Closed
wants to merge 1 commit into from
Closed

Conversation

MaddieBytes
Copy link

Moving sudo to the run command can better inform those who are running the script to understand that it uses root privileges.

Also, removing sudo allows those who run the scripts in docker to not install sudo into their base machine.

@devnoname120
Copy link
Member

With these changes, the whole script needs to be executed as root, whereas currently only a few lines are run as root. Isn't the current situation better?

For Docker, you can just stub out sudo.

@xyzz
Copy link
Contributor

xyzz commented Jan 11, 2018

also we'd have to tell people on linux to run sudo and everywhere else to run without sudo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants