Last active
August 1, 2019 18:10
-
-
Save fcicq/6a97c87154b704d82a215d075cb2424e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt install python3-click python3-requests | |
curl -O https://raw.githubusercontent.com/foxlet/macOS-Simple-KVM/master/tools/FetchMacOS/fetch-macos.py | |
curl -O -L https://github.com/foxlet/macOS-Simple-KVM/raw/master/tools/dmg2img | |
chmod +x dmg2img | |
python3 fetch-macos.py -l -c PublicRelease14 | |
./dmg2img BaseSystem/BaseSystem.dmg BaseSystem.img | |
# qemu-img convert -c -O qcow2 BaseSystem.img BaseSystem.img.qcow2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment