wheatnetwork / wheat-blockchain

Apache License 2.0
13 stars 9 forks source link

[BUG] Your current repo won't install #10

Closed 13thProgression closed 3 years ago

13thProgression commented 3 years ago

Describe the bug As in the title, your current repo won't install. Error is: error: pathspec 'mozilla-ca' did not match any file(s) known to git

To Reproduce

Steps to reproduce the behavior:

1.) Clone to a fresh directory 2.) sh install.sh

Expected behavior Repo gets installed and configured

Screenshots

Desktop

Additional context Initial commit installed without issue. Was only after the forced push of difficulty changes that I noticed an issue.

DCYeahThatsMe commented 3 years ago

+1 same issue.

Jsewill commented 3 years ago

Same.

Jsewill commented 3 years ago

Those who wish to install this from this git repository while this submodule is still missing, please run git submodule add https://github.com/Chia-Network/mozilla-ca before running sh install.sh.

Jsewill commented 3 years ago

I've submitted a pull request (#11) to fix this issue.