Common scripts used accross my repositories.
# Create `./scripts` dir, and download requirements for installing file
curl --disable --silent --show-error --location "https://raw.githubusercontent.com/ViBiOh/scripts/main/bootstrap.sh" | bash -s "http"You can specify SCRIPTS_NO_INTERACTIVE for disabling variable prompt.