Upgrade to Opencore 0.7.9

This commit is contained in:
Gabriel
2022-03-09 11:29:57 -03:00
parent 91219e68c7
commit 31fcfb053f
7 changed files with 34 additions and 10 deletions

2
setup
View File

@@ -49,7 +49,7 @@ LOGDIR=${SCRIPT_DIR}/logs
TMPDIR=${SCRIPT_DIR}/tmp
ISODIR=/var/lib/vz/template/iso/
HACKPXVERSION="3.2.0"
OCVERSION="0.7.7"
OCVERSION="0.7.9"
if [ `lscpu | grep "Vendor ID" | grep -i amd | wc -l` -eq 1 ]; then OSX_PLATFORM="AMD"; else OSX_PLATFORM="INTEL"; fi