From f0988781fb91ea623298ff31a364941d02acc777 Mon Sep 17 00:00:00 2001 From: starcalc Date: Tue, 8 Mar 2022 20:14:54 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Readonly of course after the gpasswd. D'oh... --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df24f15..30794e2 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ After login (ssh) proceed with these steps: 11. `sudo sh -c 'cp /home/pi/bananenkeyboard/piconfig/rc.local /etc/rc.local'` 12. `sudo chmod u+x /etc/rc.local` 13. `chmod u+x ~/bananenkeyboard/piconfig/readonly.sh` -14. `~/bananenkeyboard/piconfig/readonly.sh` -15. `sudo gpasswd --add pi tty` +14. `sudo gpasswd --add pi tty` +15. `~/bananenkeyboard/piconfig/readonly.sh` 16. `sudo reboot` By copying the rc.local (step 10), the script will be started in a `screen` after reboot.