sh_linux_installation_scripts/README.md

15 lines
214 B
Markdown
Raw Normal View History

2021-04-14 18:57:51 +02:00
# sh-edraft Debian Installation scripts
2021-03-07 17:40:20 +01:00
2021-04-21 11:28:31 +02:00
Run script as root:
2021-03-07 17:40:20 +01:00
2021-04-14 18:57:51 +02:00
```sh
2021-04-21 11:28:31 +02:00
bash users/public/scripts/default_installation.sh
```
Run script as user:
```sh
usermod -aG sudo $USER
2021-04-21 11:42:05 +02:00
bash users/$USER/scripts/<script.sh>
2021-04-14 18:57:51 +02:00
```