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"