Update install-depnotify.sh

This commit is contained in:
Michael
2023-11-27 20:38:44 +00:00
committed by GitHub
parent dbbb3c8ed6
commit 2a50b54ff8

View File

@@ -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"