Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 359 Bytes

File metadata and controls

12 lines (8 loc) · 359 Bytes

scripts

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"

Usage

You can specify SCRIPTS_NO_INTERACTIVE for disabling variable prompt.