From edc3c451b9a51e33ff7d7ea3f09eed0c69b26654 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Mon, 10 Jul 2023 13:20:01 +0000 Subject: [PATCH] Update setup.bash --- lidarr/setup.bash | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lidarr/setup.bash b/lidarr/setup.bash index c617b75..d8c0abf 100644 --- a/lidarr/setup.bash +++ b/lidarr/setup.bash @@ -61,10 +61,6 @@ echo "Download Video service..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/Video.service.bash -o /custom-services.d/Video echo "Done" -mkdir -p /config/extended -echo "Download Naming script..." -curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/naming.json -o /config/extended/naming.json -echo "Done" mkdir -p /config/extended echo "Download PlexNotify script..."