Hi,
I've seen that there is a dependency on wget in your basic-install.sh
As curl is also a dependency I was wondering what wget is used for and searching the repo did lead to no result.
Can anyone tell me why wget is a dependency?
Hi,
I've seen that there is a dependency on wget in your basic-install.sh
As curl is also a dependency I was wondering what wget is used for and searching the repo did lead to no result.
Can anyone tell me why wget is a dependency?
Hmm, that's a great question. I think we moved all the external calls to curl
and wget
is no longer needed as a dependency.
Are you handy with git
or github
? This would be a great fix for a first time contributor to get in.
Hi Dan,
sure, so I only remove wget from the dependency and create a PR!?
That should do it. I have done a quick search of the pi-hole/pi-hole repo and I don't see it used. Need to check pi-hole/ftl to be sure but I think it can be removed.
Can concur, it only shows up in README.md
and in the dependency lists:
For FTL
it only exists in the circle configs and dockerfiles
PR created #3185