This commit is contained in:
bel
2023-10-11 20:25:44 -06:00
parent 8184467dc2
commit 09608c5938

View File

@@ -6,7 +6,7 @@ set -u
if ! which firebase; then
f="$(mktemp)"
curl -sL https://firebase.tools > "$f"
wget -L https://firebase.tools -O - > "$f"
export upgrade=true
$(if tty &> /dev/null; then echo sudo; fi) sh "$f"
fi