main
bel 2023-10-11 20:25:44 -06:00
parent 8184467dc2
commit 09608c5938
1 changed files with 1 additions and 1 deletions

View File

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