myspaghetti / macos-virtualbox

Push-button installer of macOS Catalina, Mojave, and High Sierra guests in Virtualbox on x86 CPUs for Windows, Linux, and macOS
GNU General Public License v2.0
13.46k stars 1.11k forks source link

Script not working #569

Closed kiatchun closed 2 years ago

kiatchun commented 2 years ago

I installed all the packages with Cygwin, but the script is still not working.

image
myspaghetti commented 2 years ago

Hi, thanks for the bug report!

Please post the output of the following commands:

[[ -z $( gzip --help 2>/dev/null ) ]] && echo gzip failed
[[ -z $( unzip -hh 2>/dev/null ) ]] && echo unzip failed
[[ -z $( csplit --help 2>/dev/null ) ]] && echo coreutils failed
[[ -z $( wget --version 2>/dev/null ) ]] && echo wget failed
kiatchun commented 2 years ago

I reinstalled cygwin and it is working now. I guess it was a problem with my cygwin install.