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
2021-04-21 11:28:31 +02:00

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
```