no more macOS point releases! WSL!

This commit is contained in:
img2tab
2019-03-29 18:37:38 +00:00
committed by GitHub
parent 1a2ec208e4
commit 535bc068dc
+4 -4
View File
@@ -1,10 +1,10 @@
## One-key semi-automatic installer of macOS Mojave 10.14.3 on VirtualBox
## One-key semi-automatic installer of macOS Mojave 10.14 on VirtualBox
The "one key" is enter, which has to be pressed whenever the virtual machine is ready for the next command. (Contrary to the script's name, the user has to use more than one key! There is one instance when the "host key" is used to release the mouse from the virtual machine, and a couple of instances where the user has to choose [y]es or [n]o!)
The goal of the script is to allow for a very easy installation without any closed-source additions or extra bootloaders.
Tested on Cygwin, usually works on Linux distros.
Tested on Cygwin and WSL, should work on most Linux distros.
## iCloud and iMessage connectivity
@@ -21,6 +21,6 @@ Developing and maintaining VirtualBox features is beyond the scope of this scrip
## Dependencies
* [VirtualBox](https://www.virtualbox.org/wiki/Downloads)≥5.2 with Extension Pack
* `Bash`≥4 (run on Windows through [Cygwin](https://cygwin.com/install.html)) with `coreutils`
* `Bash`≥4 (run on Windows through [Cygwin](https://cygwin.com/install.html) or WSL) with `coreutils`
* `unzip`, `wget` (install through package manager)
* `dmg2img` (install through package manager on Linux; let the script download it automatically on Cygwin)
* `dmg2img` (install through package manager on Linux or WSL; let the script download it automatically on Cygwin)