From 751113bd6a60025341f0e9b8ac8f08e8ddb1fae2 Mon Sep 17 00:00:00 2001 From: kobyon <77970971+kobyon@users.noreply.github.com> Date: Wed, 14 Jan 2026 00:12:25 +0100 Subject: [PATCH 1/2] docs(sonarr): update installation instructions * Update the installation instructions with chmod +x command, so new users will make the script executable. If not setting the executable bit, the container will start without running the install script. * Added excample command to make it easier for new users. --- sonarr/readme.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/sonarr/readme.md b/sonarr/readme.md index ea038162..8f434856 100644 --- a/sonarr/readme.md +++ b/sonarr/readme.md @@ -12,10 +12,12 @@ Version Tag: develop (v4 is required for some of the features) Docker Run Example: `-v /path/to/preferred/local/folder-01:/custom-services.d` `-v /path/to/preferred/local/folder-02:/custom-cont-init.d` -1. Download the [script_init.bash](https://github.com/RandomNinjaAtk/arr-scripts/blob/main/sonarr/scripts_init.bash) ([Download Link](https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/scripts_init.bash)) and place it into the following folder: `/custom-cont-init.d` -1. Start your container and wait for the application to load -1. Optional: Customize the configuration by modifying the following file `/config/extended.conf` -1. Restart the container +2. Download the [script_init.bash](https://github.com/RandomNinjaAtk/arr-scripts/blob/main/sonarr/scripts_init.bash) ([Download Link](https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/scripts_init.bash)) and place it into the following folder: `/custom-cont-init.d` +3. After downloading, make the script executable. Example: + chmod +x /path/to/preferred/local/folder-02/scripts_init.bash +4. Start your container and wait for the application to load +5. Optional: Customize the configuration by modifying the following file `/config/extended.conf` +6. Restart the container ## Updating From afdd5b4d27bf8e186409782cd8dafc27eb6cc03b Mon Sep 17 00:00:00 2001 From: kobyon <77970971+kobyon@users.noreply.github.com> Date: Wed, 14 Jan 2026 00:14:01 +0100 Subject: [PATCH 2/2] docs(sonarr): whitespace commit --- sonarr/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sonarr/readme.md b/sonarr/readme.md index 8f434856..4cf6fe97 100644 --- a/sonarr/readme.md +++ b/sonarr/readme.md @@ -2,7 +2,7 @@ ## Requirements -Container: +Container: Version Tag: develop (v4 is required for some of the features) ## Installation/setup @@ -27,7 +27,7 @@ Updating is a bit more cumbersome. To update, do the following: 2. Restart the container, wait for it to fully load the application. 3. Restart the container again, for the new scripts to activate. -## Uninstallation/Removal +## Uninstallation/Removal 1. Remove the 2 added volumes and delete the contents
`/custom-services.d` and `/custom-cont-init.d`