Made changes per pull request feedback #7.

This commit is contained in:
Joubin Jabbari
2018-04-12 08:24:33 -10:00
parent 196207631b
commit cdb8599c9f
2 changed files with 10 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
#!/bin/bash
# See the linux-install.md (README) first.
set -e
sudo apt update
sudo apt install golang-1.10 git -y
@@ -8,7 +9,5 @@ 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
make
sudo make install