From 3150fa7ee89d397e5f054acaad3095e1089bb06f Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Wed, 21 Apr 2021 11:28:31 +0200 Subject: [PATCH] Improved readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba8d6b0..de8c9f3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ # sh-edraft Debian Installation scripts -Run scripts: +Run script as root: ```sh -sudo bash users/public/scripts/default_installation.sh +bash users/public/scripts/default_installation.sh +``` + +Run script as user: + +```sh +usermod -aG sudo $USER bash users/$USER/scripts/script.sh ```