parent
63d5fabf45
commit
303d451929
1 changed files with 11 additions and 0 deletions
|
@ -26,3 +26,14 @@ Updating is a bit more combersum. To update, do the following:
|
||||||
1. Restart the container again, for the new scripts to activate.
|
1. Restart the container again, for the new scripts to activate.
|
||||||
|
|
||||||
This configuration does its best to update everything automatically, but with how the core system is designed, the new scripts will not take affect until a second restart is completed because the container copies/uses the previous versions of the script for execution on the first restart.
|
This configuration does its best to update everything automatically, but with how the core system is designed, the new scripts will not take affect until a second restart is completed because the container copies/uses the previous versions of the script for execution on the first restart.
|
||||||
|
|
||||||
|
## Uninstallation/Removal
|
||||||
|
|
||||||
|
1. Remove the 2 added volumes and delete the contents
|
||||||
|
`/custom-services.d` and `/custom-cont-init.d`
|
||||||
|
1. Delete the `/config/extended.conf` file
|
||||||
|
1. Delete the `/config/extended` folder and it's contents
|
||||||
|
1. Remove any Arr app customizations manually.
|
||||||
|
|
||||||
|
## Support
|
||||||
|
[Information](https://github.com/RandomNinjaAtk/arr-scripts/tree/main?tab=readme-ov-file#support-info)
|
||||||
|
|
Loading…
Reference in a new issue