Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 600 Bytes

File metadata and controls

22 lines (15 loc) · 600 Bytes

Shell Linter

scripts

SnowLab Repo for various scripts

Kickstart for recently provisioned servers:

sh -c "$(curl -fsSL https://kickstart.snowlab.tech)"

To install Docker, run:

sh -c "$(curl -fsSL https://raw.github.com/snowmobile2004/scripts/master/install-docker.sh)"

To install GitHub CLI, run:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/snowmobile2004/scripts/master/install-gh.sh)"