2020-10-11 03:58:15 -04:00
|
|
|
#! /usr/bin/env bash
|
2020-10-11 19:08:45 -04:00
|
|
|
rm -rfv ~/.i2p/i2psnark/idk.i2p ~/.i2p/i2psnark/idk.i2p.torrent ~/.i2p/i2psnark/idk.i2p.zip
|
2020-10-11 18:05:46 -04:00
|
|
|
wget -O ~/.i2p/i2psnark/idk.i2p.zip https://github.com/eyedeekay/eyedeekay.github.io/archive/master.zip
|
2020-10-11 19:11:06 -04:00
|
|
|
wget -O ~/.i2p/i2psnark/idk.i2p.torrent https://eyedeekay.github.io/idk.i2p.torrent
|
2020-10-11 19:08:45 -04:00
|
|
|
unzip ~/.i2p/i2psnark/idk.i2p.zip -d ~/.i2p/i2psnark/
|
|
|
|
mv ~/.i2p/i2psnark/eyedeekay.github.io-master ~/.i2p/i2psnark/idk.i2p
|