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

10
install/32-firebase.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
if not_installed "firebase"; then
echo "Installing firebase..."
run "https://firebase.tools" "bash"
fi
echo "firebase is installed, upgrading..."
curl -sL firebase.tools | upgrade=true bash
firebase --version