From 447bb851fc21c4ca9ced86a0b8ca0e4aabec2959 Mon Sep 17 00:00:00 2001 From: Jack <31696646+myspaghetti@users.noreply.github.com> Date: Tue, 7 Apr 2020 13:56:31 +0300 Subject: [PATCH] explicit package distributions and versions --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2b14b4a..6bea784 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,6 @@ The VirtualBox EFI implementation does not properly load the FileVault full disk ## Dependencies * [VirtualBox](https://www.virtualbox.org/wiki/Downloads)≥6.0 with Extension Pack -* `Bash`≥4.3 (GNU variant; run on Windows through [Cygwin](https://cygwin.com/install.html) or WSL) -* `coreutils` (GNU variant; install through package manager) -* `gzip`, `unzip`, `wget`, `xxd` (install through package manager) -* `dmg2img` (install through package manager on Linux, macOS, or WSL; let the script download it automatically on Cygwin) +* GNU `Bash`≥4.3 (run on Windows through [Cygwin](https://cygwin.com/install.html) or WSL) +* GNU `coreutils`≥8.22, GNU `gzip`≥1.5, Info-ZIP `unzip`≥v6.0, GNU `wget`≥1.14, `xxd`≥1.7 (install through package manager) +* `dmg2img`≥1.6.5 (install through package manager on Linux, macOS, or WSL; the script downloads it automatically on Cygwin)