From efa78eaefac0adf5197e483aae2abce4a91870e3 Mon Sep 17 00:00:00 2001 From: Jan Wachsmuth Date: Fri, 5 Jan 2024 01:40:40 +0100 Subject: [PATCH] - --- download-firmware.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/download-firmware.md b/download-firmware.md index 0ee7dc6..94a528a 100644 --- a/download-firmware.md +++ b/download-firmware.md @@ -36,4 +36,9 @@ You may only want to download the files that are interesting for you. The shell - http://silenceota.linkplay.com/wifi_audio_imageproducts.xml (entry link with list of products with URLs and more) - http://ota.rakoit.com/release/RP0011_WB60_S/product.xml (example for one of the product IDs) -See shell script for more information [Shell script to download](/download-firmware.sh) \ No newline at end of file +See shell script for more information [Shell script to download](/download-firmware.sh) + +> NOTE: Don't forget to add read and execute (enter directory) rights for the whole linkplay subdirectories and files at the final end!! +``` +chmod -v -R u=rwx,g=rx,o=rx * +``` \ No newline at end of file