Update lokinet-bootstrap

change default bootstrap url
This commit is contained in:
Jeff 2019-09-04 09:38:47 -04:00 committed by GitHub
parent 659b91a600
commit 578046144c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ NC='\033[0m' # No Color
set -e
helpme=
default_url="https://i2p.rocks/i2procks.signed"
default_url="https://seed.lokinet.org/bootstrap.signed"
default_dest="$HOME/.lokinet/bootstrap.signed"
if [ "$#" -gt 2 ]; then