Skip to content

Commit

Permalink
Update upgrade.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fallengravity authored Oct 13, 2021
1 parent 0f48175 commit daa844e
Showing 1 changed file with 3 additions and 3 deletions.
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.0/etho-linux-1.5.0.tar.gz
tar -xzf etho-linux-1.5.0.tar.gz
rm etho-linux-1.5.0.tar.gz
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
# Make node executable
chmod +x geth
sudo \mv geth /usr/sbin/
Expand Down

0 comments on commit daa844e

Please sign in to comment.