From 2e412c6ed16402a1d6738e412391b934ae243a85 Mon Sep 17 00:00:00 2001 From: hockeygoalie35 Date: Wed, 7 Feb 2024 23:34:44 -0500 Subject: [PATCH] Finalize. Set download path for ARLChecker from RandomNinaAtk's repo. --- lidarr/setup.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lidarr/setup.bash b/lidarr/setup.bash index e702440..e0696a9 100644 --- a/lidarr/setup.bash +++ b/lidarr/setup.bash @@ -84,8 +84,8 @@ echo "Done" mkdir -p /custom-services.d/python echo "Download ARLChecker service..." -curl https://raw.githubusercontent.com/hockeygoalie35/arr-scripts/main/lidarr/python/ARLChecker.py -o /custom-services.d/python/ARLChecker.py -curl https://raw.githubusercontent.com/hockeygoalie35/arr-scripts/main/lidarr/ARLChecker -o /custom-services.d/ARLChecker +curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/python/ARLChecker.py -o /custom-services.d/python/ARLChecker.py +curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/ARLChecker -o /custom-services.d/ARLChecker