Skip to content

Commit 0f48175

Browse files
Update upgrade.sh
1 parent cf48d5d commit 0f48175

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

debian/upgrade.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ echo '**************************'
5454
echo 'Installing Ether-1 Node binary'
5555
echo '**************************'
5656
# 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
57+
wget https://github.com/Ether1Project/Ether1/releases/download/V1.5.1/etho-linux-1.5.1.tar.gz
58+
tar -xzf etho-linux-1.5.1.tar.gz
5959
# Make node executable
6060
chmod +x geth
6161
# Remove and cleanup
62-
rm etho-linux-1.5.0.tar.gz
62+
rm etho-linux-1.5.1.tar.gz
6363
# Move Binaries
6464
sudo \mv geth /usr/sbin/
6565

0 commit comments

Comments
 (0)