From faab1c1fbfc8b20b176a8e4a5efe38e4fadd574e Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Wed, 21 Apr 2021 11:45:37 +0200 Subject: [PATCH] Improved readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5978b5..f445b21 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ Run script as root: ```sh bash users/public/scripts/default_installation.sh +usermod -aG sudo ``` Run script as user: ```sh -usermod -aG sudo $USER -bash users/$USER/scripts/ +bash users//scripts/ ```