diff --git a/README.md b/README.md index 7d14197..fd93e4f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ These files are used by Linuxserver build processes to handle mods in our images. Not for end-user consumption. +* **26.06.24:** - Add RO and User handlers. * **10.06.24:** - Move lsiown to its own file. Remove support for legacy v2 and hybrid mods. * **13.04.24:** - Let lsiown ignore broken symlinks (requires gnu find). * **26.03.24:** - Add versioning and debug logging to package install script, force venv creation when python packages are to be installed. diff --git a/docker-mods.v3 b/docker-mods.v3 index 2f86ebe..1485657 100755 --- a/docker-mods.v3 +++ b/docker-mods.v3 @@ -7,7 +7,7 @@ # 2022-09-25 - Initial Release # 2024-04-13 - Let lsiown ignore broken symlinks (requires gnu find) # 2024-06-12 - Remove lsiown and legacy s6 handlers -MOD_SCRIPT_VER="3.20240613" +MOD_SCRIPT_VER="3.20240626" # Define custom folder paths SCRIPTS_DIR="/custom-cont-init.d"