From 3dcc9de5b3b7624b406cbd046ab885d68cc332b2 Mon Sep 17 00:00:00 2001 From: qvqc Date: Sat, 20 Mar 2021 08:23:48 -0400 Subject: [PATCH] get fresh hosts on build --- .gitmodules | 3 +++ build.sh | 3 +++ external/hosts | 1 + 3 files changed, 7 insertions(+) create mode 160000 external/hosts diff --git a/.gitmodules b/.gitmodules index 49275db..960bf4c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "void-mklive"] path = external/void-mklive url = https://git.wownero.com/qvqc/void-mklive +[submodule "external/hosts"] + path = external/hosts + url = https://github.com/StevenBlack/hosts diff --git a/build.sh b/build.sh index 1321999..87faf7e 100644 --- a/build.sh +++ b/build.sh @@ -1,6 +1,9 @@ ##set build hash id buildHash=$(git rev-parse --short HEAD) +##add hosts from stevenblack/hosts +cp external/hosts/hosts include/etc/hosts + ##goto build dir cd external/void-mklive diff --git a/external/hosts b/external/hosts new file mode 160000 index 0000000..8a6d3f4 --- /dev/null +++ b/external/hosts @@ -0,0 +1 @@ +Subproject commit 8a6d3f49e385d5dc05d98d6d799d034cac8053d0