Skip to content

Instantly share code, notes, and snippets.

View peterkelm's full-sized avatar

peterkelm

View GitHub Profile
@peterkelm
peterkelm / scrape-repo.sh
Created May 19, 2020 20:23
Want to know which pkgs files are referenced in which plists in a munki repository? Great, this script is for you!
#!/bin/bash
##########################################################################
#
# (c) 2020 KelmMoyles / Peter Kelm <info@kelmmoyles.com>
# All rights reserved
#
# Want to know which pkgs files are referenced in which plists?
# Great, this script is for you!
#
@peterkelm
peterkelm / uninstall_fusion.sh
Last active December 4, 2022 20:35
Script to completely uninstall VMWare Fusion, tested with Fusion 8 on OS X 10.11 El Capitan
#!/bin/bash
#
# Copyright (C) 2016 Peter Kelm
#
# uninstall script for VMWare Fusion, per VMware knowledge base
# https://kb.vmware.com/selfservice/search.do?cmd=displayKC&docType=kc&docTypeID=DT_KB_1_1&externalId=1017838
#