forked from sh-edraft.de/sh_linux_installation_scripts
Improved readme
This commit is contained in:
parent
099bcd6d4a
commit
faab1c1fbf
@ -4,11 +4,11 @@ Run script as root:
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
bash users/public/scripts/default_installation.sh
|
bash users/public/scripts/default_installation.sh
|
||||||
|
usermod -aG sudo <user>
|
||||||
```
|
```
|
||||||
|
|
||||||
Run script as user:
|
Run script as user:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
usermod -aG sudo $USER
|
bash users/<user>/scripts/<script.sh>
|
||||||
bash users/$USER/scripts/<script.sh>
|
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user