michivonah / linux-template

My default linux config/template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linux-template

My default linux config/template

Collection of some useful scripts for basic setup a new debian or ubuntu installation.

Features:

  • Script for debian
  • Script for ubuntu
  • Addition for installing sluz certificate

Get started

  1. Install git
    apt-get install git -y
  2. Clone Repo
    git clone https://github.com/michivonah/linux-template.git
  3. Run script
    bash setup_debian.sh

One line execution

  1. Run command (not as root)
    sudo apt update && sudo apt-get install git -y && git clone https://github.com/michivonah/linux-template.git && sudo bash setup_debian.sh

About

My default linux config/template


Languages

Language:Shell 100.0%