forked from sh-edraft.de/sh_linux_installation_scripts
15 lines
212 B
Markdown
15 lines
212 B
Markdown
# sh-edraft Debian Installation scripts
|
|
|
|
Run script as root:
|
|
|
|
```sh
|
|
bash users/public/scripts/default_installation.sh
|
|
```
|
|
|
|
Run script as user:
|
|
|
|
```sh
|
|
usermod -aG sudo $USER
|
|
bash users/$USER/scripts/script.sh
|
|
```
|