We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When check_deps.sh runs for the first time while installing a daemon, it throws the following error
check_deps.sh
E: Unable to locate package berkeley-complete Failure! Unable to install dependicies Warning! Manually install dependicies sudo apt update; sudo apt install -y jq sysvbanner berkeley-complete libevent-dev libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev
berkeley-complete is not a valid package for system package installer and it should be popped out of the array to avoid this issue.
berkeley-complete
The text was updated successfully, but these errors were encountered:
abhi1693
No branches or pull requests
When
check_deps.sh
runs for the first time while installing a daemon, it throws the following errorberkeley-complete
is not a valid package for system package installer and it should be popped out of the array to avoid this issue.The text was updated successfully, but these errors were encountered: