RandomNinjaAtk / arr-scripts

Extended Container Scripts - Automation scripts to make life easier!
GNU General Public License v3.0
756 stars 74 forks source link

added || true after pip install/changed alpine link to point to dontn… #281

Closed billsbdb3 closed 4 months ago

billsbdb3 commented 4 months ago

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.

RandomNinjaAtk commented 4 months ago

Thx!

billsbdb3 commented 4 months ago

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.