Commit 31421433 authored by Ed Reel's avatar Ed Reel

Update nvm package

parent 61ea41d6
......@@ -8,6 +8,7 @@ class Nvm < Package
source_sha256 '2ad455a0752d5bae49ecff38a8a7778cc734c2d0ece9942dfdd164c2f01e80da'
def self.install
system "sed -i 's,\$HOME/.nvm,/usr/local/share/nvm,g' install.sh"
system "NVM_DIR=/usr/local/share/nvm && bash install.sh"
system "rm -rf /usr/local/share/nvm/.git*"
system "rm -rf /usr/local/share/nvm/test"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment