mirror of
https://github.com/luchina-gabriel/OSX-PROXMOX.git
synced 2025-02-21 02:31:37 +01:00
Upgrade to Opencore 0.9.4
This commit is contained in:
parent
5f7e565c16
commit
e5cc7ff0f4
Binary file not shown.
@ -33,7 +33,7 @@ sudo spctl --master-disable
|
|||||||
* v7.0.XX ~ 8.0.XX
|
* v7.0.XX ~ 8.0.XX
|
||||||
|
|
||||||
## Opencore version
|
## Opencore version
|
||||||
* May/2023 - 0.9.3 with SIP Enabled, DMG only signed by Apple and all features of securities.
|
* August/2023 - 0.9.4 with SIP Enabled, DMG only signed by Apple and all features of securities.
|
||||||
|
|
||||||
## Cloud Support (Yes, install your Hackintosh in Cloud Environment)
|
## Cloud Support (Yes, install your Hackintosh in Cloud Environment)
|
||||||
- [VultR](https://www.vultr.com/?ref=9035565-8H)
|
- [VultR](https://www.vultr.com/?ref=9035565-8H)
|
||||||
|
6
setup
6
setup
@ -48,8 +48,8 @@ SCRIPT_DIR=/root/OSX-PROXMOX
|
|||||||
LOGDIR=${SCRIPT_DIR}/logs
|
LOGDIR=${SCRIPT_DIR}/logs
|
||||||
TMPDIR=${SCRIPT_DIR}/tmp
|
TMPDIR=${SCRIPT_DIR}/tmp
|
||||||
ISODIR=/var/lib/vz/template/iso/
|
ISODIR=/var/lib/vz/template/iso/
|
||||||
HACKPXVERSION="202306151642"
|
HACKPXVERSION="20230810T1839"
|
||||||
OCVERSION="0.9.3"
|
OCVERSION="0.9.4"
|
||||||
DEFAULT_VM_PREFIX="HACK-"
|
DEFAULT_VM_PREFIX="HACK-"
|
||||||
DEFAULT_RAM_SIZE=4096
|
DEFAULT_RAM_SIZE=4096
|
||||||
|
|
||||||
@ -170,7 +170,7 @@ do
|
|||||||
echo " "
|
echo " "
|
||||||
echo " Enter the macOS version to be installed:"
|
echo " Enter the macOS version to be installed:"
|
||||||
echo " "
|
echo " "
|
||||||
echo " 1 - macOS High Sierra - 10.13"
|
echo " 1 - macOS High Sierra - 10.13 (please use ISO for install)"
|
||||||
echo " 2 - macOS Mojave - 10.14"
|
echo " 2 - macOS Mojave - 10.14"
|
||||||
echo " 3 - macOS Catalina - 10.15"
|
echo " 3 - macOS Catalina - 10.15"
|
||||||
echo " 4 - macOS Big Sur - 11"
|
echo " 4 - macOS Big Sur - 11"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Gather recovery information for Macs.
|
Gather recovery information for Macs.
|
||||||
|
Loading…
Reference in New Issue
Block a user