Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 841 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 841 Bytes

Bash Scripts

This repository just holds some of my bash scripts for a bit of automation. These are currently just some installers that I made to make my life easier.

Currently there are installers for:

  • Docker
  • Gitlab
  • Gitlab Runner
  • Java
  • MySQL
  • phpMyAdmin

And some general things like htop or ufw.


Repository

This is something I can use very fast and not for others to collaborate on. Therefore this will not follow a git flow and also the commit messages can be just crap.

Usage

Installers

Without file caching

bash <(wget --no-check-certificate -O - 'https://raw.githubusercontent.com/Taucher2003/bash-scripts/master/installers/setup.sh')

With file caching

bash <(wget --no-check-certificate -O - 'https://raw.githubusercontent.com/Taucher2003/bash-scripts/1.0/installers/setup.sh')