From 535bc068dc7a0d5a59125e118acabdf67401a408 Mon Sep 17 00:00:00 2001 From: img2tab <31696646+img2tab@users.noreply.github.com> Date: Fri, 29 Mar 2019 18:37:38 +0000 Subject: [PATCH] no more macOS point releases! WSL! --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4d57430..76b9cef 100644 --- a/README.md +++ b/README.md @@ -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)