[add] stick scripts to specific versions
This commit is contained in:
+3
-2
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
git clone https://github.com/oldnick85/yggdrasil_get_keys.git /tmp/yggdrasil_get_keys
|
||||
git config --global advice.detachedHead false
|
||||
git clone --depth 1 --branch v0 https://github.com/oldnick85/yggdrasil_get_keys.git /tmp/yggdrasil_get_keys
|
||||
python3 -m pip install -r /tmp/yggdrasil_get_keys/requirements.txt
|
||||
python3 /tmp/yggdrasil_get_keys/yggdrasil_get_keys.py \
|
||||
--genkeys="/YGGDRASIL/genkeys" \
|
||||
@@ -7,7 +8,7 @@ python3 /tmp/yggdrasil_get_keys/yggdrasil_get_keys.py \
|
||||
--timeout=10 \
|
||||
--environment
|
||||
rm -rf /tmp/yggdrasil_get_keys
|
||||
git clone https://github.com/oldnick85/yggdrasil_find_public_peers.git /tmp/yggdrasil_find_public_peers
|
||||
git clone --depth 1 --branch v0 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" \
|
||||
|
||||
Reference in New Issue
Block a user