simonclausen / dnscrypt-autoinstall

Automatic installation and configuration of DNSCrypt (on Debian + Redhat like systems). This script will install DNSCrypt and configure it to start on boot and use an optional dnscrypt service.
Other
224 stars 73 forks source link

Honor user configured keyserver/Use debian packages #75

Closed deatharse closed 8 years ago

deatharse commented 8 years ago

Now honours user configured GPG keyserver and also builds .deb files for the installation so can be removed using apt-get instead of installing via make install.

AladW commented 8 years ago

I'm not sure on using checkinstall... in my experience it's prone to errors, and you'd have to add some metadata as well. Compare #64

deatharse commented 8 years ago

Metadata can be added as args to checkinstall command. Will take a look at #64

AladW commented 8 years ago

The issue with removing --keyserver is that it breaks for people who don't have gpg configured.