Update README.md
This commit is contained in:
parent
b64c35dcb6
commit
24b92e0e48
|
@ -7,15 +7,19 @@ Open Proxmox Web Console -> Datacenter > NAME OF YOUR HOST > Shell.
|
||||||
Copy, paste and execute (code below).
|
Copy, paste and execute (code below).
|
||||||
|
|
||||||
Voilà, install macOS! This is really and magic **easiest way**!
|
Voilà, install macOS! This is really and magic **easiest way**!
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## COPY & PASTE - in shell of Proxmox (for Install or Update this solution)
|
## COPY & PASTE - in shell of Proxmox (for Install or Update this solution)
|
||||||
|
|
||||||
```
|
```
|
||||||
/bin/bash -c "$(curl -fsSL https://install.osx-proxmox.com)"
|
/bin/bash -c "$(curl -fsSL https://install.osx-proxmox.com)"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## For install EFI Package in macOS, first disable Gatekeeper
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo spctl --master-disable
|
||||||
|
```
|
||||||
|
|
||||||
## Versions of macOS Supported
|
## Versions of macOS Supported
|
||||||
* macOS High Sierra - 10.13
|
* macOS High Sierra - 10.13
|
||||||
* macOS Mojave - 10.14
|
* macOS Mojave - 10.14
|
||||||
|
|
Loading…
Reference in New Issue