From e3f6c14f973cb7faa9ea3d255781d6ae23fb9241 Mon Sep 17 00:00:00 2001 From: notAperson535 <95918679+notAperson535@users.noreply.github.com> Date: Mon, 7 Feb 2022 08:19:38 -0500 Subject: [PATCH] Delete setupArch.sh --- setupArch.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 setupArch.sh diff --git a/setupArch.sh b/setupArch.sh deleted file mode 100755 index cf7ebdc..0000000 --- a/setupArch.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -sudo pacman -S qemu python python3-pip python-wheel - -qemu-img create -f qcow2 macOS.qcow2 64G - -./fetch-macOS-v2.py - -qemu-img convert BaseSystem.dmg -O raw BaseSystem.img - -sudo ./basic.sh