A compilation of script to help setup certain SDKs and other helpful tools. Mostly used for setting up Raspberry Pi
Pass the update=false
argument to skip updating the package index files on the system
curl -sL https://remote-scripts.web.app/firebase-cli/setup | update=false bash
Run the following cURL command:
curl -sL https://remote-scripts.web.app/node/setup | bash
Run the following cURL command:
curl -sL https://remote-scripts.web.app/remote-desktop/setup | bash
Run the following cURL command:
curl -sL https://remote-scripts.web.app/vs-code/setup | bash
This script, by default, installs the Firebase CLI via NPM
Run the following cURL command:
curl -sL https://remote-scripts.web.app/firebase-tools/setup | bash
Pass the useBinary=true
argument
curl -sL https://remote-scripts.web.app/firebase-tools/setup | useBinary=true bash
Pass the version=SOME_VERSION
argument
curl -sL https://remote-scripts.web.app/firebase-tools/setup | version=v13.2.0 bash