mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-05-26 03:14:12 +00:00
Added instructions and script for easy installation under Ubuntu
Tested with: * Ubuntu 16.04 LTS * Raspbian (Jesse, Pi 3 B+)
This commit is contained in:
Executable
+14
@@ -0,0 +1,14 @@
|
||||
#!/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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user