From 0c7293296cfc20baf35f0a99c541f2d8d86ca98e Mon Sep 17 00:00:00 2001 From: statikfintechllc Date: Sun, 7 Sep 2025 23:45:22 -0500 Subject: [PATCH] debugging --- wget.ubuntu.install.script | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/wget.ubuntu.install.script b/wget.ubuntu.install.script index c918793..440042a 100644 --- a/wget.ubuntu.install.script +++ b/wget.ubuntu.install.script @@ -10,8 +10,6 @@ # --use-curl Use curl instead of wget for downloads # --help Show this help message -set -e # Exit on any error - # Default settings USE_CURL=false INSTALL_DIR="$HOME/OSX-KVM" @@ -112,7 +110,7 @@ fi # Clone the repository echo "Cloning OSX-KVM repository..." -git clone https://github.com/kholia/OSX-KVM.git "$INSTALL_DIR" +git clone https://github.com/statikfintechllc/OSX-KVM.git "$INSTALL_DIR" cd "$INSTALL_DIR" sudo apt-get install qemu-system uml-utilities virt-manager git \ @@ -221,4 +219,4 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then else echo "You can start the VM later by running:" echo " cd $INSTALL_DIR && sudo ./OpenCore-Boot.sh" -fi +fi \ No newline at end of file