Skip to content

Commit 3c15bcb

Browse files
Update upgrade.sh
1 parent 4ee9f75 commit 3c15bcb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

debian/upgrade.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,12 @@ echo '**************************'
5252
echo 'Installing Ether-1 Node binary'
5353
echo '**************************'
5454
# 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
55+
wget https://github.com/Ether1Project/Ether1/releases/download/1.4.1/ether-1-linux-1.4.1.tar.gz
56+
tar -xzf ether-1-linux-1.4.1.tar.gz
5857
# Make node executable
5958
chmod +x geth
6059
# Remove and cleanup
61-
#rm Ether1-MN-SN-1.3.0.tar.gz
60+
rm ether-1-linux-1.4.1.tar.gz
6261
# Move Binaries
6362
sudo \mv geth /usr/sbin/
6463

0 commit comments

Comments
 (0)