You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the addition of checksum (#988) check, the installation of the script is not working anymore on MacOS lacking some tools (i.e. sha256sum, wget not installed by default).
A test has been added on #1002 (issue: #1001), but it is probably not what we want to.
Either the script installs the tools or it uses other tools.
E.g. replace sha256sum by a function that use openssl:
Following the addition of checksum (#988) check, the installation of the script is not working anymore on MacOS lacking some tools (i.e.
sha256sum
,wget
not installed by default).A test has been added on #1002 (issue: #1001), but it is probably not what we want to.
Either the script installs the tools or it uses other tools.
E.g. replace
sha256sum
by a function that use openssl:e.g. replace
wget
bycurl
The text was updated successfully, but these errors were encountered: