From 3030bc9226d158aa0c1edc356d09a1edbc8280d6 Mon Sep 17 00:00:00 2001 From: Jan Wachsmuth Date: Sat, 13 Jan 2024 17:05:57 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4860543..d93b5d7 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ The first version on my devices was 4.2.8020 from 2020/02/20 (20th of Feb 2020). ## Download and Prepare Firmware on your own web server If you have some Linkplay devices I have compiled a list / script with useful commands (mainly 'curl')' to download XML files, images and more for version 4.2.80 mentioned above and latest version. There is a lot of information, especially for devices with Linkplay A31 module, but may also be a starting point for other Linkplay modules. The script may help you to download and prepare the firmware on your own web server. [Download and prepare Firmware](/download-firmware.md) -## Install Persistant Hook -When the device reboots, any changes in ramfs are lost, however there is a way to install a script or command so that it survives a reboot. [Install Persistant Hook](/persistant-hook.md) +## Install Persistent Hook +When the device reboots, any changes in ramfs are lost, however there is a way to install a script or command so that it survives a reboot. [Install Persistent Hook](/persistent-hook.md) ## Allow own shell scripts in cgi-bin -By default the cgi-bin directory is read-only, but there is a way to make it writable to be able to install own shell scripts on the device. See [Allow own shell scripts in cgi-bin](/cgi-bin.md) \ No newline at end of file +By default the cgi-bin directory is read-only, but there is a way to make it writable to be able to install own shell scripts on the device. See [Allow own shell scripts in cgi-bin](/cgi-bin.md)