systemSetup

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

commit 9b8c9c139079e858ed5bebbfa486acca78e0123c
parent 582bbea0144fc82a2bbeec886a4c0a6e67d87a52
Author: Remy Noulin (Spartatek) <remy.noulin@spartatek.se>
Date:   Wed,  2 Aug 2017 10:18:55 +0200

add default yes in README apt-get install

README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -8,7 +8,7 @@ After booting the OS for the first time, install git (as root): ``` -apt-get update -y && apt-get install git sudo +apt-get update -y && apt-get install -y git sudo # change username with your username usermod -aG sudo username su - !$