systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

commit 285e7d1a17323a8b628dcf9731d616c1706cc4c0
parent 124dc55991bf2afb7c6fa7326eabbbb5f9666b50
Author: Remy Noulin (Spartatek) <remy.noulin@spartatek.se>
Date:   Sun, 16 Jul 2017 20:09:47 +0200

improve start

README.md | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

Diffstat:
MREADME.md | 9++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -1,12 +1,15 @@ After booting the OS for the first time, -install git: +install git (as root): ``` -sudo apt-get install git +apt-get update -y && apt-get install git sudo +# change username with your username +usermod -aG sudo username +su - username ``` -Clone this git: +Clone this git (as normal user): ``` git clone https://github.com/RemyNoulin/systemSetup.git