8000 GitHub - gymgle/PKG2DMG: Tool to convert Apple's PKG to DMG 🔥
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gymgle/PKG2DMG

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

.PKG -> .DMG Convertor

A tool to create .dmg from Apple's .pkg 🎊

NOTE: Runs on Linux only. Use VM for Windows.

  • The script will automatically create .dmg & save it to desired location.
  • .dmg will be bootable hence can be used for Hackintosh or offical Mac
  • also works with my another script Automated-macOS-Installer

Requirements

Make sure you have this dependencies pre-installed,

  • 16 GB .dmg will be created hence make sure you have enough space
  • Python3.3+ (it will cover all the required pip dependencies ;) )
  • InstallAssistant.pkg (Can be downloaded externally from Mr.macintosh)

Run

Simply,

git clone https://www.github.com/Cdude1909/PKG2DMG/
cd pkg2dmg
sudo chmod +x pkg2dmg.sh
sudo ./pkg2dmg.sh

Miscellaneous

  • For vm,you may use dmg2img to convert dmg to iso and boot it in VM. However,it requires more complex steps.
  • it supports many macos bootable .pkg, untill they change the pattern. hence you can re-use this script for newer versions. (Catalina -- Sequoia & maybe ahead...)

About

Tool to convert Apple's PKG to DMG 🔥

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 70.3%
  • Python 29.7%
0