Results 2621 comments of MichaIng

> `c` isn't a scripting language so it's not going to be used for scripting. > FTL (which has in it everything it needs to run a proper installation script...

We just had another user who broke his/her network by having `iproute2` purged, so let me push this issue. As Pi-hole also addresses inexperienced users, making it so easy for...

Another thing I just recognised that requires correction, independent of the long-term solution: https://github.com/pi-hole/pi-hole/blob/master/automated%20install/uninstall.sh#L210 > All dependencies are safe to remove on Raspbian This is a wrong and dangerous statement...

And at that time, the involved packages were indeed relatively safe to purge. No offence anyway, but as you noted already in OP, this should be changed now. I'll open...

Pi-hole has exactly the same. Or is the the actually installed packages only instead of the whole dependency list? Would be better already, but difficult to maintain e.g. across updates...

We run into the same issue. The libssl1.1 version from deb.sury.org breaks Lighttpd start. E.g. Debian Stretch ship a current enough version of it + related OpenSSL version, so solution...

@mckaygerhard Thanks for your Lighttpd build! But hmm how can this be an issue on Jessie? There is no [libssl1.1](https://packages.debian.org/search?keywords=libssl1.1) package available in the official Jessie repo, so nothing that...

@oerdnj > People requested TLS 1.3 Ah okay, this makes sense then. > I am (should be) stripping building of openssl packages on older platforms. If libssl is offered, it...

@mckaygerhard Generally I think it is not part of the scope to resolve every conflict with any other software that is shipped with the official repo. You would end up...

> The setting-static-IP section could follow later. Then the reference of the first to the second needs to be removed. But if there is still some polishing required, then it...