Last active 1733403116

anduin's Avatar anduin revised this gist 1723910094. Go to revision

1 file changed, 11 insertions

gistfile1.txt(file created)

@@ -0,0 +1,11 @@
1 + sudo apt update
2 + sudo apt install aria2 -y
3 +
4 + wget https://download.anduinos.com/AnduinOS.latest.torrent
5 +
6 + sudo ufw allow 6881
7 +
8 + while true; do
9 + aria2c --enable-dht=true --enable-dht6=true --enable-peer-exchange=true --bt-seed-unverified=true --bt-save-metadata=true --dir=$(pwd) --listen-port=6881 AnduinOS.latest.torrent
10 + sleep 5
11 + done
Newer Older