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

Add install.sh file #2

Open
ElectricRCAircraftGuy opened this issue Sep 19, 2022 · 2 comments
Open

Add install.sh file #2

ElectricRCAircraftGuy opened this issue Sep 19, 2022 · 2 comments

Comments

@ElectricRCAircraftGuy
Copy link
Owner

https://github.com/ElectricRCAircraftGuy/ripgrep_replace/blob/main/install.sh

@ElectricRCAircraftGuy
Copy link
Owner Author

ElectricRCAircraftGuy commented Dec 22, 2022

Have people call it without downloading the repo first, like this!:

sudo apt update
sudo apt install curl
curl -s https://raw.githubusercontent.com/ElectricRCAircraftGuy/ripgrep_replace/main/install.sh | sudo bash

...kind of like speedtest does, here!: https://www.speedtest.net/apps/cli:

sudo apt-get install curl
curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | sudo bash
sudo apt-get install speedtest

@ElectricRCAircraftGuy
Copy link
Owner Author

Another really good example: installing the micro CLI-with-mouse-support editor. Installation script: https://getmic.ro/

Repo: https://github.com/zyedidia/micro

Installation command:

# Quick install script
curl https://getmic.ro | bash

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