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

Install dependencies #69

Closed simonclausen closed 8 years ago

simonclausen commented 9 years ago

Debian script: needs installation of curl/build-essential

simonclausen commented 9 years ago
SquirrelCoder commented 8 years ago

Sir, I think it's good idea to add to "Installation" section, that Debian users should install sudo before beginning to install. sudo isn't pre-installed on Debian (at least on Debian 8 [jessie]) Debian users can install sudo easily with the command below apt install sudo if they don't have root access, they can easily change to root su - root and then easily install sudo. Hope this helps.

AladW commented 8 years ago

The next version of dnscrypt-autoinstall will not rely on sudo, using a dedicated build user to download and build the sources instead. See #64