From b52780d4bddf71a0fc031ab5e3da57432855a788 Mon Sep 17 00:00:00 2001 From: MrFortem Date: Wed, 20 Apr 2022 22:26:52 +0200 Subject: [PATCH] Added groups --- System-Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System-Installation.md b/System-Installation.md index 538a93f..9caa493 100644 --- a/System-Installation.md +++ b/System-Installation.md @@ -128,7 +128,7 @@ Change the file to match the following lines: Add the default user (me). ``` -# useradd -m -G wheel,users tdpeuter +# useradd -m -G wheel,users,input,video tdpeuter # passwd tdpeuter ```