6 lines
374 B
Bash
6 lines
374 B
Bash
#! /usr/bin/env bash
|
|
rm -rfv ~/.i2p/i2psnark/idk.i2p ~/.i2p/i2psnark/idk.i2p.torrent ~/.i2p/i2psnark/idk.i2p.zip
|
|
wget -O ~/.i2p/i2psnark/idk.i2p.zip https://github.com/eyedeekay/eyedeekay.github.io/releases/download/current/idk.i2p.zip
|
|
wget -O ~/.i2p/i2psnark/idk.i2p.torrent https://eyedeekay.github.io/idk.i2p.torrent
|
|
unzip ~/.i2p/i2psnark/idk.i2p.zip -d ~/.i2p/i2psnark/
|