Improved readme

This commit is contained in:
Sven Heidemann 2021-04-21 11:28:31 +02:00
parent 573876e224
commit 3150fa7ee8

View File

@ -1,8 +1,14 @@
# sh-edraft Debian Installation scripts # sh-edraft Debian Installation scripts
Run scripts: Run script as root:
```sh ```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 bash users/$USER/scripts/script.sh
``` ```