OpenMediaVault-Plugin-Developers / installScript

script that installs omv-extras and openmediavault if not installed already.
1.1k stars 207 forks source link

Update README.md #83

Closed ianhodgson closed 2 years ago

ianhodgson commented 2 years ago

sudo should not be needed for curl or wget, only the shell should need to be run as root.

ianhodgson commented 2 years ago

not sure how you prefer to take suggested changes on this. if you would like this submitted in a specific way, please let me know.

ryecoaaron commented 2 years ago

The sudo on the wget/curl does not hurt anything and actually helps if the user has not run a sudo command previously. They won't see the prompt for their password otherwise and the command will hang.