wget old version

main
bel 2023-10-11 20:26:13 -06:00
parent 09608c5938
commit 6767833e8e
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)"
wget -L https://firebase.tools -O - > "$f" wget 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