no curl
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user