diff options
| author | Kevin Ballard | 2011-04-12 15:58:11 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-04-12 16:05:15 -0700 |
| commit | 8bb40e30e959fb565f85490a95ad0e2d8f371945 (patch) | |
| tree | 488a4cc36f7e74644494d0ea101dd1005a019907 | |
| parent | e3c6d9bf0008b3f32b2ad370cf9639be4c80f0d9 (diff) | |
| download | brew-8bb40e30e959fb565f85490a95ad0e2d8f371945.tar.bz2 | |
Remove 'sudo' from the npm installation instructions
Using 'sudo' should not be required to install npm, and isn't if the
user has used the default Homebrew installation process.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Homebrew/blacklist.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index 297aa7cf0..e79713dbe 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -42,7 +42,7 @@ def blacklisted? name http://npmjs.org/ To do it in one line, use this command: - curl http://npmjs.org/install.sh | sudo sh + curl http://npmjs.org/install.sh | sh EOS end end |
