Created
June 19, 2022 16:15
-
-
Save evlymn/b10a6d73f8c5e411559d8c94612097fe to your computer and use it in GitHub Desktop.
install and remove firebase-tools with curl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -sL firebase.tools | upgrade=true bash | |
curl -sL firebase.tools | uninstall=true bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment