Skip to content

Commit

Permalink
V1.5.2 - Atlas Sync Patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Exlo84 committed Oct 17, 2021
1 parent daa844e commit 02aa145
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions debian/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
6 changes: 3 additions & 3 deletions rpm/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 02aa145

Please sign in to comment.