raising Bash version requirement to 4.3

Bash 4.1 and 4.2 have a buggy implementation of associative array and require escaping where they shouldn't
This commit is contained in:
Jack
2020-01-13 23:25:46 +02:00
committed by GitHub
parent 1293dd6d4b
commit 52608614e8
+1 -1
View File
@@ -27,7 +27,7 @@ After successfully creating a working macOS virtual machine, consider importing
## Dependencies ## Dependencies
* [VirtualBox](https://www.virtualbox.org/wiki/Downloads)≥6.0 with Extension Pack * [VirtualBox](https://www.virtualbox.org/wiki/Downloads)≥6.0 with Extension Pack
* `Bash`≥4 (GNU variant; run on Windows through [Cygwin](https://cygwin.com/install.html) or WSL) * `Bash`≥4.3 (GNU variant; run on Windows through [Cygwin](https://cygwin.com/install.html) or WSL)
* `coreutils` (GNU variant; install through package manager) * `coreutils` (GNU variant; install through package manager)
* `unzip` (install through package manager) * `unzip` (install through package manager)
* `wget` (install through package manager) * `wget` (install through package manager)