From 71e6f5ad3f90b90a6a4c79be13ab2db6fdcb4343 Mon Sep 17 00:00:00 2001 From: Kieran Date: Sat, 7 Sep 2024 12:04:36 -0700 Subject: [PATCH] Delete the old lines --- lidarr/setup.bash | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lidarr/setup.bash b/lidarr/setup.bash index 3d5401c..8209507 100644 --- a/lidarr/setup.bash +++ b/lidarr/setup.bash @@ -133,14 +133,6 @@ if [ ! -f /config/extended/tidal-dl.json ]; then echo "Done" fi -echo "Download Deemix config..." -curl "https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/deemix_config.json" -o /config/extended/deemix_config.json -echo "Done" - -echo "Download Tidal config..." -curl "https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/tidal-dl.json" -o /config/extended/tidal-dl.json -echo "Done" - echo "Download LyricExtractor script..." curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/LyricExtractor.bash -o /config/extended/LyricExtractor.bash echo "Done"