Skip to content

Commit daa844e

Browse files
Update upgrade.sh
1 parent 0f48175 commit daa844e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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.0/etho-linux-1.5.0.tar.gz
58-
tar -xzf etho-linux-1.5.0.tar.gz
59-
rm etho-linux-1.5.0.tar.gz
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
6060
# Make node executable
6161
chmod +x geth
6262
sudo \mv geth /usr/sbin/

0 commit comments

Comments
 (0)