myspaghetti / macos-virtualbox

Push-button installer of macOS Catalina, Mojave, and High Sierra guests in Virtualbox on x86 CPUs for Windows, Linux, and macOS
GNU General Public License v2.0
13.5k stars 1.12k forks source link

How to edit set_variables? #553

Closed Ameryss closed 2 years ago

Ameryss commented 2 years ago

Im very new to emulating so please excuse me if this is dumb. I dont want to use catalina but I dont know how to edit set_variables. I use windows 10. If anyone answers this, please be descriptive because im very new to this. Thank you.

myspaghetti commented 2 years ago
  1. Download the script
  2. Use your favorite text editor to edit line 19 from macOS_release_name="Catalina" to the version you want, for example macOS_release_name="HighSierra" and save the file

or

  1. Edit the file from the shell, for example with sed -i "19s/Catalina/HighSierra/1" macos-guest-virtualbox.sh