Skip to content

Instantly share code, notes, and snippets.

View ahousseini's full-sized avatar

Anver Housseini ahousseini

View GitHub Profile
#!/bin/bash
# remote-switch.pkg
[[ -d "/Applications/Utilities/remote-switch.app" ]] && rm -rf "/Applications/Utilities/remote-switch.app"
[[ -n "$(pkgutil --pkg-info ch.anykey.pkg.remote-switch 2>/dev/null)" ]] && pkgutil --forget "ch.anykey.pkg.remote-switch"
# support-app-jamf-last-check-in-reader.pkg
[[ -s "/usr/local/bin/support-app-jamf-last-check-in-reader" ]] && rm -f "/usr/local/bin/support-app-jamf-last-check-in-reader"