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 cf48d5d commit 0f48175Copy full SHA for 0f48175
debian/upgrade.sh
@@ -54,12 +54,12 @@ echo '**************************'
54
echo 'Installing Ether-1 Node binary'
55
echo '**************************'
56
# Download node binary
57
-wget 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
+wget 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
59
# Make node executable
60
chmod +x geth
61
# Remove and cleanup
62
-rm etho-linux-1.5.0.tar.gz
+rm etho-linux-1.5.1.tar.gz
63
# Move Binaries
64
sudo \mv geth /usr/sbin/
65
0 commit comments