From 02aa1450741a032bfd261eccffe5765def321ddc Mon Sep 17 00:00:00 2001 From: Exlo <46317321+Exlo84@users.noreply.github.com> Date: Sun, 17 Oct 2021 22:06:58 +0200 Subject: [PATCH] V1.5.2 - Atlas Sync Patch --- debian/upgrade.sh | 6 +++--- rpm/upgrade.sh | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/upgrade.sh b/debian/upgrade.sh index 6112071..2f1fb4b 100644 --- a/debian/upgrade.sh +++ b/debian/upgrade.sh @@ -54,12 +54,12 @@ echo '**************************' echo 'Installing Ether-1 Node binary' echo '**************************' # Download node binary -wget https://github.com/Ether1Project/Ether1/releases/download/V1.5.1/etho-linux-1.5.1.tar.gz -tar -xzf etho-linux-1.5.1.tar.gz +wget https://github.com/Ether1Project/Ether1/releases/download/V1.5.2/etho-linux-1.5.2.tar.gz +tar -xzf etho-linux-1.5.2.tar.gz # Make node executable chmod +x geth # Remove and cleanup -rm etho-linux-1.5.1.tar.gz +rm etho-linux-1.5.2.tar.gz # Move Binaries sudo \mv geth /usr/sbin/ diff --git a/rpm/upgrade.sh b/rpm/upgrade.sh index 65f2418..136213d 100644 --- a/rpm/upgrade.sh +++ b/rpm/upgrade.sh @@ -54,9 +54,9 @@ echo '**************************' echo 'Installing Ether-1 Node binary' echo '**************************' # Download node binary -https://github.com/Ether1Project/Ether1/releases/download/V1.5.1/etho-linux-1.5.1.tar.gz -tar -xzf etho-linux-1.5.1.tar.gz -rm etho-linux-1.5.1.tar.gz +https://github.com/Ether1Project/Ether1/releases/download/V1.5.2/etho-linux-1.5.2.tar.gz +tar -xzf etho-linux-1.5.2.tar.gz +rm etho-linux-1.5.2.tar.gz # Make node executable chmod +x geth sudo \mv geth /usr/sbin/