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:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user