ElectricRCAircraftGuy/ripgrep_replace

Add install.sh file

ElectricRCAircraftGuy opened this issue · 2 comments

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

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