From 2a50b54ff8b04c4aab3c2fda1fd2c3ff9e186f2a Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Mon, 27 Nov 2023 20:38:44 +0000 Subject: [PATCH] Update install-depnotify.sh --- Helpers/install-depnotify.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Helpers/install-depnotify.sh b/Helpers/install-depnotify.sh index ce5acc0..bdbbc7a 100644 --- a/Helpers/install-depnotify.sh +++ b/Helpers/install-depnotify.sh @@ -14,3 +14,5 @@ curl -o "$destinationDirectory/DEPNotify.pkg" "$downloadUrl" # Install the .pkg file installer -pkg "$destinationDirectory/DEPNotify.pkg" -target / + +rm -rf "$destinationDirectory/DEPNotify.pkg"