mirror of https://github.com/kholia/OSX-KVM.git
Added proper permissions to the cmds for wget
This commit is contained in:
parent
37d8ca377d
commit
d8980f02b9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue