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 b5c077a commit a779a2aCopy full SHA for a779a2a
rpm/upgrade.sh
@@ -54,7 +54,7 @@ echo '**************************'
54
echo 'Installing Etho Protocol Node binary'
55
echo '**************************'
56
# Download node binary
57
-https://github.com/Ether1Project/Ether1/releases/download/V1.6.0/etho-linux-1.6.0.tar.gz
+wget https://github.com/Ether1Project/Ether1/releases/download/V1.6.0/etho-linux-1.6.0.tar.gz
58
tar -xvf etho-linux-1.6.0.tar.gz
59
rm etho-linux-1.6.0.tar.gz
60
# Make node executable
0 commit comments