mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-04-13 03:05:38 +00:00
Made changes per pull request feedback #7.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user