Commit Graph

16 Commits (55feb33645516fbc47259c66abe4d21f736eda2a)

Author SHA1 Message Date
Botspot e9de2f14c2 FIX NODE.JS ONCE AND FOR ALL! 4 years ago
Itai Nelken d898d745f3
make 'install_node' function in 'Node.js' install script simpler, update nvm to 0.38 and fix NVM_DIR again... 4 years ago
Itai Nelken 8a3e27e039
forgot to add new install script... 4 years ago
Itai Nelken b35149d663
moved node.js install scripts to a single script as the armhf patch isn't needed anymore. improve the script. 4 years ago
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