Added proper permissions to the cmds for wget

This commit is contained in:
statikfintechllc 2025-09-07 19:53:39 -05:00
parent 37d8ca377d
commit d8980f02b9
1 changed files with 3 additions and 3 deletions

View File

@ -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