diff --git a/CHANGELOG.md b/CHANGELOG.md index ca970de..227a7f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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; diff --git a/README.md b/README.md index 15acd3a..399ef2e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup b/setup index becc10c..cf25c25 100755 Binary files a/setup and b/setup differ