wget old version

This commit is contained in:
bel
2023-10-11 20:26:13 -06:00
parent 09608c5938
commit 6767833e8e

View File

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