Update setup.sh

This commit is contained in:
notAperson535 2022-02-02 11:40:50 -05:00 committed by GitHub
parent 5fc81a37f3
commit 9de264f7b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ sudo apt-get install qemu-system qemu-utils python python3-pip -y # for Ubuntu,
qemu-img create -f qcow2 macOS.qcow2 64G
./fetch-macOS.py
./fetch-macOS-v2.py
(ls RecoveryImage.dmg >> /dev/null 2>&1 && mv RecoveryImage.dmg BaseSystem.dmg) || echo ""
qemu-img convert BaseSystem.dmg -O raw BaseSystem.img
sudo ./basic.sh