When check_deps.sh runs for the first time while installing a daemon, it throws the following error
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.
When
check_deps.shruns for the first time while installing a daemon, it throws the following errorberkeley-completeis not a valid package for system package installer and it should be popped out of the array to avoid this issue.