Mount the MLPostfactor dmg then start from:Hmm, apparently only me who cannot get it to work..
After sudo-s and password command in Terminal, I type hdiutil attach MLPostFactor\ 0.2.2.dmg, and get this error: hdiutil: attach failed - No such file or directory
The MLPostFactor 0.2.2.dmg file is on my desktop. What the hell am I doing wrong?
Arhhh, It drives me crazy ...
Code:
cd /Volumes/MLPF/MLPostFactorV0.2.2/MLPostFactor.app/Contents/Resources
xar -xf MLPostFactor.mpkg Restore.pkg -C /tmp
cd /tmp/Restore.pkg
gzcat Scripts | cpio -id Dats/mDNSResponder
chown root:wheel Dats/mDNSResponder
mv Dats/mDNSResponder /usr/sbin
cd ..
rm -fr Restore.pkg
hdiutil detach /Volumes/MLPF
exit <back to normal user>