Files
Archive/dns-over-https/contrib/linux-install.sh
2024-03-05 02:32:38 -08:00

13 lines
261 B
Bash
Executable File

#!/bin/bash
# See the linux-install.md (README) first.
set -e
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