added || true after pip install to ensure the script continues if there are failures. Alpine removed dotnet7-runtime.
Recyclarr was not installing because of an error with qtfaststart. It was skipping the Recyclarr install and going straight to the botnet, which wasn't working either because Apline removed dontnet7-runtime.
After making these changes, Recyclarr installed and script ran without issues.
Might want to check the other setup.bash files for other arrs.
No problem! However, you might want to revert the Recyclarr and setup.bash. this commit, 4892b40, includes changes I made while testing some other things out. The Recyclarr commits could stay. That just captures all the Recyclarr logging into the log file.
added || true after pip install to ensure the script continues if there are failures. Alpine removed dotnet7-runtime.
Recyclarr was not installing because of an error with qtfaststart. It was skipping the Recyclarr install and going straight to the botnet, which wasn't working either because Apline removed dontnet7-runtime.
After making these changes, Recyclarr installed and script ran without issues.
Might want to check the other setup.bash files for other arrs.