mirror of https://github.com/kholia/OSX-KVM.git
Support for ventura offline installation
This commit is contained in:
parent
3209cfee8e
commit
1c05933d65
|
@ -0,0 +1,9 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
cd /Volumes/macOS
|
||||||
|
mkdir -p private/tmp
|
||||||
|
cp -R "/Install macOS Ventura.app" private/tmp
|
||||||
|
cd "private/tmp/Install macOS Ventura.app"
|
||||||
|
mkdir Contents/SharedSupport
|
||||||
|
cp -R /Volumes/InstallAssistant/InstallAssistant.pkg Contents/SharedSupport/SharedSupport.dmg
|
||||||
|
./Contents/MacOS/InstallAssistant_springboard
|
Loading…
Reference in New Issue