sh_linux_installation_scripts/README.md

15 lines
226 B
Markdown
Raw Permalink 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
2021-04-21 11:46:37 +02:00
/usr/sbin/usermod -aG sudo <user>
2021-04-21 11:28:31 +02:00
```
Run script as user:
```sh
2021-04-21 11:45:37 +02:00
bash users/<user>/scripts/<script.sh>
2021-04-14 18:57:51 +02:00
```