Skip to content

Commit

Permalink
updated to V1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Exlo84 committed Dec 15, 2021
1 parent 0084be3 commit b5c077a
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 ETHO Protocol Node binary'
echo '**************************'
# Download node binary
wget https://github.com/Ether1Project/Ether1/releases/download/V1.5.3/etho-linux-1.5.3.tar.gz
tar -xvf etho-linux-1.5.3.tar.gz
wget https://github.com/Ether1Project/Ether1/releases/download/V1.6.0/etho-linux-1.6.0.tar.gz
tar -xvf etho-linux-1.6.0.tar.gz
# Make node executable
chmod +x geth
# Remove and cleanup
rm etho-linux-1.5.3.tar.gz
rm etho-linux-1.6.0.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 Etho Protocol Node binary'
echo '**************************'
# Download node binary
https://github.com/Ether1Project/Ether1/releases/download/V1.5.3/etho-linux-1.5.3.tar.gz
tar -xvf etho-linux-1.5.3.tar.gz
rm etho-linux-1.5.3.tar.gz
https://github.com/Ether1Project/Ether1/releases/download/V1.6.0/etho-linux-1.6.0.tar.gz
tar -xvf etho-linux-1.6.0.tar.gz
rm etho-linux-1.6.0.tar.gz
# Make node executable
chmod +x geth
sudo \mv geth /usr/sbin/
Expand Down

0 comments on commit b5c077a

Please sign in to comment.