diff options
author | David Barksdale <amatus@amat.us> | 2020-01-19 18:41:56 -0600 |
---|---|---|
committer | David Barksdale <amatus@amat.us> | 2020-01-19 18:41:56 -0600 |
commit | a08675381220cadf62cede4017177f921e4e215b (patch) | |
tree | fe443e30da919251edd1723975dbdd71aabe152d | |
parent | adc2b226adbb0ed96f73777b2145202dcb9a530f (diff) |
Use a live hostlist
-rwxr-xr-x | build-gnunet.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-gnunet.sh b/build-gnunet.sh index 63c6dfb..e9db63b 100755 --- a/build-gnunet.sh +++ b/build-gnunet.sh @@ -5,8 +5,8 @@ mkdir -p assets/js cd gnunet-build export PATH="$PATH":"$(pwd)/scripts" build -d -cp sysroot/var/lib/gnunet/hostlist ../assets/ cp sysroot/var/lib/gnunet/js/* ../assets/js/ mv ../assets/js/client-lib.js ../src/js/ +wget -O ../assets/hostlist https://gnunet.io/hostlist # vim: set expandtab ts=2 sw=2: |