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 bashRun the following cURL command:
curl -sL https://remote-scripts.web.app/node/setup | bashRun the following cURL command:
curl -sL https://remote-scripts.web.app/remote-desktop/setup | bashRun the following cURL command:
curl -sL https://remote-scripts.web.app/vs-code/setup | bashThis script, by default, installs the Firebase CLI via NPM
Run the following cURL command:
curl -sL https://remote-scripts.web.app/firebase-tools/setup | bashPass the useBinary=true argument
curl -sL https://remote-scripts.web.app/firebase-tools/setup | useBinary=true bashPass the version=SOME_VERSION argument
curl -sL https://remote-scripts.web.app/firebase-tools/setup | version=v13.2.0 bash