From 877c41321310aa46520262c00086814bdb9ea028 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sun, 30 Jul 2023 20:28:47 -0400 Subject: [PATCH] Removing unsupported scripts #45 --- lidarr/setup.bash | 8 -------- 1 file changed, 8 deletions(-) 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"