Skip to content

amalej/remote-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A compilation of auto install/setup scripts

A compilation of script to help setup certain SDKs and other helpful tools. Mostly used for setting up Raspberry Pi

Overview

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

Install Node JS

Run the following cURL command:

curl -sL https://remote-scripts.web.app/node/setup | bash

Setup Remote Desktop configuration

Run the following cURL command:

curl -sL https://remote-scripts.web.app/remote-desktop/setup | bash

Setup VS Code

Run the following cURL command:

curl -sL https://remote-scripts.web.app/vs-code/setup | bash

Setup Firebase CLI

This script, by default, installs the Firebase CLI via NPM

Run the following cURL command:

Install via NPM

curl -sL https://remote-scripts.web.app/firebase-tools/setup | bash

Install the standalone version

Pass the useBinary=true argument

curl -sL https://remote-scripts.web.app/firebase-tools/setup | useBinary=true bash

Install a specific version

Pass the version=SOME_VERSION argument

curl -sL https://remote-scripts.web.app/firebase-tools/setup | version=v13.2.0 bash

About

A collection of remote scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published