From e6468916c994fd1b6f8107aadbe0ba166b8b8fd7 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Wed, 12 Jul 2023 14:09:37 +0000 Subject: [PATCH] typo fix --- lidarr/setup.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lidarr/setup.bash b/lidarr/setup.bash index 35c50ec..4d8d2c8 100644 --- a/lidarr/setup.bash +++ b/lidarr/setup.bash @@ -85,7 +85,7 @@ echo "Done" if [ ! -f /config/extended.conf ]; then echo "Download Extended config..." - curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/liodarr/extended.conf -o /config/extended.conf + curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/extended.conf -o /config/extended.conf chmod 777 /config/extended.conf echo "Done" fi