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" \