From 3c728e30916e2e94a1f4d17be620b8d78f1d77e2 Mon Sep 17 00:00:00 2001 From: Eagle[TM] Date: Sun, 23 Feb 2014 23:58:03 +0100 Subject: [PATCH] start: use .gz archives for some basic compression --- start | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/start b/start index 9868ce1..5e41f0e 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 -- 1.7.1