From 04ccc2b7ef8da69032f07e957c760df670b4ccae Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sat, 8 Jul 2023 12:31:18 -0400 Subject: [PATCH] Update setup.bash --- sonarr/setup.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonarr/setup.bash b/sonarr/setup.bash index 54f8337..371c962 100644 --- a/sonarr/setup.bash +++ b/sonarr/setup.bash @@ -46,7 +46,7 @@ echo "Done" mkdir -p /config/extended echo "Download PlexNotify script..." -https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/PlexNotify.bash -o /config/extended/PlexNotify.bash +curl https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/PlexNotify.bash -o /config/extended/PlexNotify.bash echo "Done" chmod 777 -R /config/extended