Skip to content

Commit a779a2a

Browse files
authored
Update upgrade.sh
1 parent b5c077a commit a779a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpm/upgrade.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ echo '**************************'
5454
echo 'Installing Etho Protocol Node binary'
5555
echo '**************************'
5656
# Download node binary
57-
https://github.com/Ether1Project/Ether1/releases/download/V1.6.0/etho-linux-1.6.0.tar.gz
57+
wget https://github.com/Ether1Project/Ether1/releases/download/V1.6.0/etho-linux-1.6.0.tar.gz
5858
tar -xvf etho-linux-1.6.0.tar.gz
5959
rm etho-linux-1.6.0.tar.gz
6060
# Make node executable

0 commit comments

Comments
 (0)