1
0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-06-02 14:13:31 +02:00
macOS-Simple-KVM/jumpstart.sh
2019-04-25 16:59:22 -04:00

10 lines
241 B
Bash
Executable File

#!/bin/bash
# jumpstart.sh: Fetches BaseSystem and converts it to a viable format.
# by Foxlet <foxlet@furcode.co>
TOOLS=$PWD/tools
$TOOLS/FetchMacOS/fetch.sh
$TOOLS/dmg2img $TOOLS/FetchMacOS/BaseSystem/BaseSystem.dmg $PWD/BaseSystem.img