Skip to content

Instantly share code, notes, and snippets.

View 48kRAM's full-sized avatar
💭
FujiNet hacking!

Josh Malone 48kRAM

💭
FujiNet hacking!
View GitHub Profile
@48kRAM
48kRAM / gist:8bf4c4824c62ee11b4f9
Last active August 29, 2015 14:17
firefox - force ESR version
<key>installs</key>
<array>
<dict>
<key>md5checksum</key>
<string>cd2b930922c93886ea9ef8180c0afdd6</string>
<key>path</key>
<string>/Applications/Firefox.app/Contents/MacOS/mozilla.cfg</string>
<key>type</key>
<string>file</string>
</dict>
#!/usr/bin/python
# encoding: utf-8
'''Postflight script'''
from munkilib import munkicommon
from munkilib import reportcommon
from munkilib import FoundationPlist
import hashlib
import sys
import os