Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bash Install #4

Open
SleepTheGod opened this issue Nov 2, 2023 · 0 comments
Open

Bash Install #4

SleepTheGod opened this issue Nov 2, 2023 · 0 comments

Comments

@SleepTheGod
Copy link

#!/bin/bash

Update package lists

sudo apt update

Install Git

sudo apt install git -y

Clone the repository

git clone https://github.com/twitterdev/gcloud-toolkit-filtered-stream.git

Change into the project directory

cd gcloud-toolkit-filtered-stream

Install dependencies

npm install

Update the package

npm install -g [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant