diff --git a/lidarr/setup.bash b/lidarr/setup.bash index 67cbcd1..58fcd84 100644 --- a/lidarr/setup.bash +++ b/lidarr/setup.bash @@ -82,14 +82,6 @@ echo "Download PlexNotify script..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/PlexNotify.bash -o /config/extended/PlexNotify.bash echo "Done" -echo "Download MetadataPostProcess script..." -curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/MetadataPostProcess.bash -o /config/extended/MetadataPostProcess.bash -echo "Done" - -echo "Download BeetsPostProcessor script..." -curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/BeetsPostProcessor.bash -o /config/extended/BeetsPostProcessor.bash -echo "Done" - echo "Download SMA config..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/sma.ini -o /config/extended/sma.ini echo "Done"