New version of OSX-PROXMOX (v1.1.1) - Please read CHANGELOG for details
This commit is contained in:
parent
77c1fb2b9e
commit
a35dcff18c
|
@ -1,6 +1,11 @@
|
|||
OpenCore Changelog
|
||||
==================
|
||||
|
||||
#### v1.1.1
|
||||
|
||||
- Fix logic of messages in 'Activate support for Windows 11 natively' option;
|
||||
- Fix typo's;
|
||||
|
||||
#### v1.1.0
|
||||
|
||||
- Including support for Proxmox VE v7 family;
|
||||
|
|
|
@ -11,7 +11,7 @@ Voilà, install macOS! This is really and magic **easiest way**!
|
|||
## COPY & PASTE - in shell of Proxmox
|
||||
|
||||
```
|
||||
/bin/bash -c "$(curl -fsSL https://install.osx-proxmox.com)"
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/luchina-gabriel/OSX-PROXMOX/main/install.sh)"
|
||||
```
|
||||
|
||||
## Versions of macOS Supported
|
||||
|
|
Loading…
Reference in New Issue