From 4e5d65bc92d56bac47be1be04b09fdf5b3781ab7 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Fri, 30 Aug 2024 12:07:34 +0100 Subject: [PATCH] Update install-depnotify.sh --- Helpers/install-depnotify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Helpers/install-depnotify.sh b/Helpers/install-depnotify.sh index bdbbc7a..6346b4b 100644 --- a/Helpers/install-depnotify.sh +++ b/Helpers/install-depnotify.sh @@ -1,7 +1,7 @@ #!/bin/bash # URL of the .pkg file to download -downloadUrl="https://store.prpl.it/DEPNotify.pkg" +downloadUrl="https://store.prpl.uk/DEPNotify.pkg" # Destination directory to store the downloaded .pkg file destinationDirectory="/tmp/pkg-install"