From 6da3652673de410f7c2fd6aad5a1a5fb18ac9b56 Mon Sep 17 00:00:00 2001 From: oldnick85 Date: Thu, 23 Feb 2023 20:58:54 +0300 Subject: [PATCH] [add] use yggdrasil_find_public_peers version v1 --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 48d8aef..7fa6fd5 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -8,7 +8,7 @@ python3 /tmp/yggdrasil_get_keys/yggdrasil_get_keys.py \ --timeout=60 \ --environment rm -rf /tmp/yggdrasil_get_keys -git clone --depth 1 --branch v0 https://github.com/oldnick85/yggdrasil_find_public_peers.git /tmp/yggdrasil_find_public_peers +git clone --depth 1 --branch v1 https://github.com/oldnick85/yggdrasil_find_public_peers.git /tmp/yggdrasil_find_public_peers python3 -m pip install -r /tmp/yggdrasil_find_public_peers/requirements.txt python3 /tmp/yggdrasil_find_public_peers/yggdrasil_find_public_peers.py \ --yggdrasil-conf="/YGGDRASIL/yggdrasil.conf" \