update path, comment format, add java, firebase

This commit is contained in:
Andrejus
2020-03-30 22:02:56 +01:00
parent aa3d363ae6
commit 9ee05c94cf
17 changed files with 97 additions and 54 deletions

19
install/13-nvm.sh Executable file
View File

@@ -0,0 +1,19 @@
#!/usr/bin/env bash
# nvm is installed
if not_installed "nvm"; then
printf "Installing nvm...\n"
# Install nvm
run "https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh" \
"bash"
source "$NVM_DIR/nvm.sh"
fi
printf "nvm is installed, upgrading...\n"
git --git-dir="$NVM_DIR/.git" pull
nvm --version
node --version
npm --version