From d8980f02b9e710121a0453c7a415e03f4f005743 Mon Sep 17 00:00:00 2001 From: statikfintechllc Date: Sun, 7 Sep 2025 19:53:39 -0500 Subject: [PATCH] Added proper permissions to the cmds for wget --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c8b899..a29f6bc 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,14 @@ To install OSX-KVM and set up macOS in a VM, run: ```bash -curl -fsSL https://raw.githubusercontent.com/kholia/OSX-KVM/master/install-macos-kvm.sh | bash +sudo curl -fsSL https://raw.githubusercontent.com/kholia/OSX-KVM/master/install-macos-kvm.sh | bash ``` Or download and run the installer script manually: ```bash -wget https://raw.githubusercontent.com/kholia/OSX-KVM/master/install-macos-kvm.sh -bash install-macos-kvm.sh +sudo wget https://raw.githubusercontent.com/kholia/OSX-KVM/master/install-macos-kvm.sh +sudo bash install-macos-kvm.sh ``` ### Note