Files
dns-over-https/linux-install.sh
Joubin Jabbari 196207631b Added instructions and script for easy installation under Ubuntu
Tested with:

  * Ubuntu 16.04 LTS
  * Raspbian (Jesse, Pi 3 B+)
2018-04-09 16:17:45 -10:00

15 lines
259 B
Bash
Executable File

#!/bin/bash
# See the linux-install.md (README) first.
sudo apt update
sudo apt install golang-1.10 git -y
export PATH=$PATH:/usr/lib/go-1.10/bin
cd /tmp
git clone https://github.com/m13253/dns-over-https.git
cd dns-over-https
make && sudo make install