wip: dir organisation, script cleanup
This commit is contained in:
8
scripts/install/32-firebase.sh
Executable file
8
scripts/install/32-firebase.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
if not_installed "firebase"; then
|
||||
run "https://firebase.tools" "bash"
|
||||
fi
|
||||
|
||||
echo "firebase is installed, upgrading..."
|
||||
curl -sL firebase.tools | upgrade=true bash
|
||||
firebase --version
|
||||
Reference in New Issue
Block a user