From 6d041e691811a55a6882c391ce9875b5c1ff26a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Wed, 15 Nov 2023 16:17:32 +0100 Subject: [PATCH] amendments after integration test #2 --- README.md | 17 +++++++++-------- deploy/install.sh | 2 ++ 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4470818..def0208 100644 --- a/README.md +++ b/README.md @@ -70,18 +70,19 @@ Download (and review) the [OVDashboard install script](//code.yavook.de/OEKZiden This can all be done after logging into your prepared device: - The safe way: - 1. `mkdir /tmp/ovdashboard && cd /tmp/ovdashboard` - 1. `wget 'https://code.yavook.de/OEKZident.de/ovdashboard/raw/branch/master/deploy/install.sh'` - 1. `less install.sh` and/or edit with `nano install.sh` - 1. `sh install.sh` + 1. download: `wget 'https://code.yavook.de/OEKZident.de/ovdashboard/raw/branch/master/deploy/install.sh'` + 1. read/edit: `nano install.sh` + 1. execute: `sh install.sh` - If you feel adventurous and do not want to review the script, just run `sh <( curl --proto '=https' --tlsv1.2 -sSf 'https://code.yavook.de/OEKZident.de/ovdashboard/raw/branch/master/deploy/install.sh' )` > There will be some prompts during installation. > -> - DietPi might ask if you want to change your GPU split. Choose **Yes**. -> - DietPi will ask if you want to configure autostart options. **Cancel** that, this choice does not matter as it is changed by the installer. -> - The installer will ask for the connected display's resolution. The default values should be fine, you can likely just hit **Return** here. -> - The installer will ask for "display languages". This determines internationalization on the kiosk (connected display). For German, enter `de-DE,de,en-US,en`. +> - DietPi might ask: "Would you like DietPi to apply the recommended GPU memory split?". Choose **Yes**. +> - DietPi will ask: "Would you like to configure the DietPi-AutoStart option?". **Cancel** that, this choice does not matter as it is changed by the installer. +> - DietPi will ask: "Would you like to join DietPi-Survey?". It's up to you, but I'd suggest to **opt OUT**. +> - The installer will ask for the connected screen's resolution. The default values should be fine, you can likely just hit **Return** here. +> - The installer will ask for "display languages". This will affect some details on the connected screen.
+ For German, enter `de-DE,de,en-US,en`. Afterwards, reboot your device (`reboot` in the terminal). Your OVDashboard should be working now. diff --git a/deploy/install.sh b/deploy/install.sh index 25c8925..c0f1bab 100644 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -1,5 +1,7 @@ #!/bin/sh +# issue: autologin doesn't work ... + ######### # start # #########