update readme

This commit is contained in:
Lurkars 2022-02-08 20:22:28 +01:00
parent c769724146
commit 02dadda58f

View File

@ -64,22 +64,42 @@ Open terminal on your pi or establish a ssh connection to your Pi:
> **⚠️ Warning: executing scripts from the internet without checking is bad. This is only done to get things done fast. In any doubts you can perform the [Manual setup](#manual-setup) and execute all commands step-by-step to understand what's going on.** > **⚠️ Warning: executing scripts from the internet without checking is bad. This is only done to get things done fast. In any doubts you can perform the [Manual setup](#manual-setup) and execute all commands step-by-step to understand what's going on.**
- download and excecute setup script (you will be prompted to confirm certain steps beforehand anyway) Download and execute the `luniebox.sh` script to go trough an interactive setup process. You can also pass the `-a` argument to skip any prompts. Use the `-h` argument for detailed parameter to configure automatic setup directly.
- download and excecute setup script from web
- interactive
``` ```
bash <(curl -s https://git.bstly.de/Lurkars/luniebox/raw/branch/main/luniebox.sh) bash <(curl -s https://git.bstly.de/Lurkars/luniebox/raw/branch/main/luniebox.sh)
``` ```
- full automatic
```
bash <(curl -s https://git.bstly.de/Lurkars/luniebox/raw/branch/main/luniebox.sh) -a
```
- Alternative first download script, take a look and then execute - Alternative first download script, take a look and then execute
``` ```
curl https://git.bstly.de/Lurkars/luniebox/raw/branch/main/luniebox.sh -o luniebox.sh curl https://git.bstly.de/Lurkars/luniebox/raw/branch/main/luniebox.sh -o luniebox.sh
chmod +x luniebox.sh chmod +x luniebox.sh
```
- interactive
```
./luniebox.sh ./luniebox.sh
``` ```
- full automatic
```
./luniebox.sh -a
```
### Manual setup ### Manual setup
#### Software setup #### Software setup