Skip to content

Commit 02aa145

Browse files
committed
V1.5.2 - Atlas Sync Patch
1 parent daa844e commit 02aa145

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

debian/upgrade.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ echo '**************************'
5454
echo 'Installing Ether-1 Node binary'
5555
echo '**************************'
5656
# Download node binary
57-
wget https://github.com/Ether1Project/Ether1/releases/download/V1.5.1/etho-linux-1.5.1.tar.gz
58-
tar -xzf etho-linux-1.5.1.tar.gz
57+
wget https://github.com/Ether1Project/Ether1/releases/download/V1.5.2/etho-linux-1.5.2.tar.gz
58+
tar -xzf etho-linux-1.5.2.tar.gz
5959
# Make node executable
6060
chmod +x geth
6161
# Remove and cleanup
62-
rm etho-linux-1.5.1.tar.gz
62+
rm etho-linux-1.5.2.tar.gz
6363
# Move Binaries
6464
sudo \mv geth /usr/sbin/
6565

rpm/upgrade.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ echo '**************************'
5454
echo 'Installing Ether-1 Node binary'
5555
echo '**************************'
5656
# Download node binary
57-
https://github.com/Ether1Project/Ether1/releases/download/V1.5.1/etho-linux-1.5.1.tar.gz
58-
tar -xzf etho-linux-1.5.1.tar.gz
59-
rm etho-linux-1.5.1.tar.gz
57+
https://github.com/Ether1Project/Ether1/releases/download/V1.5.2/etho-linux-1.5.2.tar.gz
58+
tar -xzf etho-linux-1.5.2.tar.gz
59+
rm etho-linux-1.5.2.tar.gz
6060
# Make node executable
6161
chmod +x geth
6262
sudo \mv geth /usr/sbin/

0 commit comments

Comments
 (0)