This repository has been archived on 2021-11-23. You can view files and clone it, but cannot push or open issues or pull requests.
sh_multi_install/README.md

15 lines
216 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
2021-04-21 11:45:37 +02:00
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
```