File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -31,22 +31,15 @@ jobs:
31
31
run : |
32
32
go mod download
33
33
34
- - name : install curl, wg and yggdrasil and add peers
34
+ - name : install curl, wg and mycelium and add peers
35
35
run : |
36
36
sudo apt-get update
37
37
sudo apt-get install -y wireguard
38
38
sudo apt-get install dirmngr
39
39
sudo apt-get install curl
40
- gpg --fetch-keys https://neilalexander.s3.dualstack.eu-west-2.amazonaws.com/deb/key.txt
41
- gpg --export 569130E8CA20FBC4CB3FDE555898470A764B32C9 | sudo apt-key add -
42
- echo 'deb http://neilalexander.s3.dualstack.eu-west-2.amazonaws.com/deb/ debian yggdrasil' | sudo tee /etc/apt/sources.list.d/yggdrasil.list
43
- sudo apt-get update
44
- sudo apt-get install yggdrasil
45
- sudo systemctl enable yggdrasil
46
- PEERS=$(curl https://raw.githubusercontent.com/AhmedHanafy725/yggdrasil-config/main/config.json | jq '.yggdrasil.peers[]' -r | sed 's/\//\\\//g' | sed -z 's/\n/\\n/g')
47
- sudo sed -i -- 's/Peers\: \[\]/Peers: [\n'"$PEERS"']/g' /etc/yggdrasil/yggdrasil.conf
48
- sudo systemctl stop yggdrasil
49
- sudo systemctl start yggdrasil
40
+ wget https://github.com/threefoldtech/mycelium/releases/download/v0.5.4/mycelium-x86_64-unknown-linux-musl.tar.gz
41
+ tar xzf mycelium-x86_64-unknown-linux-musl.tar.gz
42
+ sudo ./mycelium --peers tcp://188.40.132.242:9651 quic://185.69.166.8:9651 --tun-name utun9 -k /tmp/mycelium_priv_key.bin &
50
43
51
44
- name : Test
52
45
env :
You can’t perform that action at this time.
0 commit comments