From db4062e838b7a9c1fb2669aa96b8fa1a0733284a Mon Sep 17 00:00:00 2001 From: fallengravity Date: Sat, 30 Mar 2019 20:03:14 +0200 Subject: [PATCH 1/4] Updated Download link --- debian/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/install.sh b/debian/install.sh index ac4b7a9..d0bc8df 100644 --- a/debian/install.sh +++ b/debian/install.sh @@ -15,7 +15,7 @@ sudo systemctl stop ether1node sudo rm geth -wget https://files.ether1.org/releases/Ether1-MN-SN-0.0.9.1.tar.gz +wget https://github.com/fallengravity/Ether-1-SN-MN-Binaries/releases/download/0.0.9.1/Ether1-MN-SN-0.0.9.1.tar.gz tar -xzf Ether1-MN-SN-0.0.9.1.tar.gz From 891dc09d04386a466c3f00e1f5ba336c2d9e4b65 Mon Sep 17 00:00:00 2001 From: fallengravity Date: Sat, 30 Mar 2019 20:04:49 +0200 Subject: [PATCH 2/4] Updated Download links --- debian/setupETHOFS.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/setupETHOFS.sh b/debian/setupETHOFS.sh index eddd64b..553cad8 100644 --- a/debian/setupETHOFS.sh +++ b/debian/setupETHOFS.sh @@ -42,7 +42,7 @@ echo 'Installing Ether-1 Node binary' echo '**************************' # Download node binary -wget https://files.ether1.org/releases/Ether1-MN-SN-0.0.9.1.tar.gz +wget https://github.com/fallengravity/Ether-1-GN-Binaries/releases/download/0.0.9.1/Ether1-MN-SN-0.0.9.1.tar.gz tar -xzf Ether1-MN-SN-0.0.9.1.tar.gz @@ -87,7 +87,7 @@ echo 'Masternode Setup Complete....Deploying IPFS' echo '**************************' cd $HOME -wget https://files.ether1.org/releases/ipfs.tar.gz +wget https://github.com/fallengravity/Ether-1-GN-Binaries/releases/download/0.0.9.1/ipfs.tar.gz tar -xzf ipfs.tar.gz chmod +x ipfs @@ -159,7 +159,7 @@ echo '**************************' echo 'IPFS Setup Complete....Deploying ethoFS' echo '**************************' cd $HOME -wget https://files.ether1.org/releases/ethoFS.tar.gz +wget https://github.com/fallengravity/Ether-1-GN-Binaries/releases/download/0.0.9.1/ethoFS.tar.gz tar -xzf ethoFS.tar.gz chmod +x ethoFS From 98102a84081787acd5508e7c6530138ee0e2af6c Mon Sep 17 00:00:00 2001 From: fallengravity Date: Sat, 30 Mar 2019 20:06:03 +0200 Subject: [PATCH 3/4] Updated DL Link --- rpm/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/install.sh b/rpm/install.sh index b9ed82e..cf555d8 100644 --- a/rpm/install.sh +++ b/rpm/install.sh @@ -15,7 +15,7 @@ sudo systemctl stop ether1node sudo rm geth -wget https://files.ether1.org/releases/Ether1-MN-SN-0.0.9.1.tar.gz +wget https://github.com/fallengravity/Ether-1-SN-MN-Binaries/releases/download/0.0.9.1/Ether1-MN-SN-0.0.9.1.tar.gz tar -xzf Ether1-MN-SN-0.0.9.1.tar.gz From 171dad2f1e68be46672c684896723a7869a18024 Mon Sep 17 00:00:00 2001 From: fallengravity Date: Sat, 30 Mar 2019 20:07:24 +0200 Subject: [PATCH 4/4] Updated DL links --- rpm/setupETHOFS.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rpm/setupETHOFS.sh b/rpm/setupETHOFS.sh index 7b0ebb0..4026515 100644 --- a/rpm/setupETHOFS.sh +++ b/rpm/setupETHOFS.sh @@ -42,7 +42,7 @@ echo 'Installing Ether-1 Node binary' echo '**************************' # Download node binary -wget https://files.ether1.org/releases/Ether1-MN-SN-0.0.9.1.tar.gz +wget https://github.com/fallengravity/Ether-1-SN-MN-Binaries/releases/download/0.0.9.1/Ether1-MN-SN-0.0.9.1.tar.gz tar -xzf Ether1-MN-SN-0.0.9.1.tar.gz @@ -87,7 +87,7 @@ echo 'Masternode Setup Complete....Deploying IPFS' echo '**************************' cd /home/$_user -wget https://files.ether1.org/releases/ipfs.tar.gz +wget https://github.com/fallengravity/Ether-1-GN-Binaries/releases/download/0.0.9.1/ipfs.tar.gz tar -xzf ipfs.tar.gz chmod +x ipfs @@ -163,7 +163,7 @@ echo '**************************' echo 'IPFS Setup Complete....Deploying ethoFS' echo '**************************' cd /home/$_user -wget https://files.ether1.org/releases/ethoFS.tar.gz +wget https://github.com/fallengravity/Ether-1-GN-Binaries/releases/download/0.0.9.1/ethoFS.tar.gz tar -xzf ethoFS.tar.gz chmod +x ethoFS