From 4ff29864f7669900932b7787307e543d7984f12f Mon Sep 17 00:00:00 2001 From: Jin Eguchi Date: Thu, 19 May 2022 05:52:40 +0900 Subject: [PATCH] Cut off extra src(Litecoin testnet) --- configs/coins/litecoin_testnet.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configs/coins/litecoin_testnet.json b/configs/coins/litecoin_testnet.json index 85231dbf..3293eb30 100644 --- a/configs/coins/litecoin_testnet.json +++ b/configs/coins/litecoin_testnet.json @@ -27,7 +27,6 @@ "verification_type": "gpg", "verification_source": "https://download.litecoin.org/litecoin-0.21.2/linux/litecoin-0.21.2-x86_64-linux-gnu.tar.gz.asc", "extract_command": "tar -C backend --strip 1 -xf", - "extract_command": "tar -C backend --strip 1 -xf", "exclude_files": [ "bin/litecoin-qt" ], @@ -67,4 +66,4 @@ "package_maintainer": "IT", "package_maintainer_email": "it@satoshilabs.com" } -} \ No newline at end of file +}