macOS-Simple-KVM/jumpstart.sh

10 lines
241 B
Bash
Raw Normal View History

2019-04-23 05:20:12 +02:00
#!/bin/bash
# jumpstart.sh: Fetches BaseSystem and converts it to a viable format.
2019-04-25 22:59:22 +02:00
# by Foxlet <foxlet@furcode.co>
2019-04-23 05:20:12 +02:00
TOOLS=$PWD/tools
$TOOLS/FetchMacOS/fetch.sh
$TOOLS/dmg2img $TOOLS/FetchMacOS/BaseSystem/BaseSystem.dmg $PWD/BaseSystem.img