Skip to content

Some bash scripts used to make my life easier. You can use them yourself, but I don't take any responsibilty for that

License

Notifications You must be signed in to change notification settings

Taucher2003/bash-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

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')

About

Some bash scripts used to make my life easier. You can use them yourself, but I don't take any responsibilty for that

Resources

License

Stars

Watchers

Forks

Languages