Skip to content

michivonah/linux-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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