Tmp directory when running script

Hello. I have an existing site in Local by Flywheel. I have connected to it via SSH, and am trying to run a .sh file. But it fails with this output:

grep: /tmp/wp-latest.json: No such file or directory
grep: /tmp/wp-latest.json: No such file or directory
Latest WordPress version could not be found

The full .sh file here. The errors seem to begin ~line 45, with this line:

download http://api.wordpress.org/core/version-check/1.7/ /tmp/wp-latest.json

Any ideas how I can resolve this, if at all? The .sh file in-question is a third party script, provided by WordPress to run unit tests (page here).

My OS is Windows 10.

Thanks in advance.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.