„README.md“ ändern

Readonly of course after the gpasswd. D'oh...
This commit is contained in:
starcalc 2022-03-08 20:14:54 +00:00
parent c19ce7b413
commit f0988781fb
1 changed files with 2 additions and 2 deletions

View File

@ -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.