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 4ee9f75 commit 3c15bcbCopy full SHA for 3c15bcb
debian/upgrade.sh
@@ -52,13 +52,12 @@ echo '**************************'
52
echo 'Installing Ether-1 Node binary'
53
echo '**************************'
54
# Download node binary
55
-#wget https://github.com/Ether1Project/Ether-1-GN-Binaries/releases/download/1.3.0/Ether1-MN-SN-1.3.0.tar.gz
56
-wget http://45.77.189.101/geth
57
-#tar -xzf Ether1-MN-SN-1.3.0.tar.gz
+wget https://github.com/Ether1Project/Ether1/releases/download/1.4.1/ether-1-linux-1.4.1.tar.gz
+tar -xzf ether-1-linux-1.4.1.tar.gz
58
# Make node executable
59
chmod +x geth
60
# Remove and cleanup
61
-#rm Ether1-MN-SN-1.3.0.tar.gz
+rm ether-1-linux-1.4.1.tar.gz
62
# Move Binaries
63
sudo \mv geth /usr/sbin/
64
0 commit comments