Commit Graph

12 Commits (84094188e9bec51732405e9b68062955874cb224)

Author SHA1 Message Date
Itai Nelken f061591f3a
fix node.js installation (32bit)
`NVM_DIR` was `~/.config/nvm` but it was supposed to be `~/.nvm`.

from the `nvm` install script output:
```
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion
```
4 years ago
CleanMachine1 3b8755c0ca HUGE AMOUNTS OF CHANGES TO CREDITS AND DESCRIPTION 4 years ago
Botspot 7ba0421de8 node.js nvm deactivate on uninstall 4 years ago
Botspot f13551a8c3 node.js fix for 64bit kernel/32bit userland situations 4 years ago
scamdotnet 2388d5fe04
Merge pull request #2 from scamdotnet/patch-1
fix 'nvm: command not found'
4 years ago
scamdotnet b75d4e0882
fix 'nvm: command not found' 4 years ago
scamdotnet 1f8e3889f5
fix 'nvm: command not found' 4 years ago
Itai Nelken 4e9a7f0b5a
fix 'nvm: command not found' for Node.js install script 4 years ago
RPI News 485ce37f83
Update uninstall 4 years ago
RPI News 92c05a494b
Change nodejs to use nvm 4 years ago
Botspot dd65c94e9b node.js exit if curl missing 4 years ago
Botspot c0948e8da8 Add Node.js app 4 years ago