├── .github └── workflows │ └── SuperLint.yml ├── LICENSE ├── README.md └── quickinstall.sh /.github/workflows/SuperLint.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgamblin/quickinstall/HEAD/.github/workflows/SuperLint.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgamblin/quickinstall/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgamblin/quickinstall/HEAD/README.md -------------------------------------------------------------------------------- /quickinstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgamblin/quickinstall/HEAD/quickinstall.sh --------------------------------------------------------------------------------