X-Git-Url: https://git.novaco.in/?p=electrum-server.git;a=blobdiff_plain;f=start;h=8cf88b62d18d3a5bf8bcc52666c29ddb26b5cc65;hp=9868ce14888c5565515ecc3c9a4a8285163a77b3;hb=6365bf074464918c808bbc411e39d09e033e52a0;hpb=65def938815f634f3dca9b28f5cb074585033edc diff --git a/start b/start index 9868ce1..8cf88b6 100755 --- a/start +++ b/start @@ -22,7 +22,7 @@ if [ ! -d $path ]; then read -p "Do you want to download it from the Electrum foundry to $path ? " -n 1 -r echo if [[ $REPLY =~ ^[Yy]$ ]]; then - wget -O - "http://foundry.electrum.org/leveldb-dump/electrum-fulltree-100-latest.tar" | tar -C $path --strip-components 1 -xvf - + wget -O - "http://foundry.electrum.org/leveldb-dump/electrum-fulltree-100-latest.tar.gz" | tar -C $path --strip-components 1 -xvfz - fi fi