We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f48175 commit daa844eCopy full SHA for daa844e
rpm/upgrade.sh
@@ -54,9 +54,9 @@ echo '**************************'
54
echo 'Installing Ether-1 Node binary'
55
echo '**************************'
56
# 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
+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
60
# Make node executable
61
chmod +x geth
62
sudo \mv geth /usr/sbin/
0 commit comments