File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ echo '**************************'
54
54
echo ' Installing ETHO Protocol Node binary'
55
55
echo ' **************************'
56
56
# Download node binary
57
- wget https://github.com/Ether1Project/Ether1/releases/download/V1.5.3 /etho-linux-1.5.3 .tar.gz
58
- tar -xvf etho-linux-1.5.3 .tar.gz
57
+ wget https://github.com/Ether1Project/Ether1/releases/download/V1.6.0 /etho-linux-1.6.0 .tar.gz
58
+ tar -xvf etho-linux-1.6.0 .tar.gz
59
59
# Make node executable
60
60
chmod +x geth
61
61
# Remove and cleanup
62
- rm etho-linux-1.5.3 .tar.gz
62
+ rm etho-linux-1.6.0 .tar.gz
63
63
# Move Binaries
64
64
sudo \m v geth /usr/sbin/
65
65
Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ echo '**************************'
54
54
echo ' Installing Etho Protocol Node binary'
55
55
echo ' **************************'
56
56
# Download node binary
57
- https://github.com/Ether1Project/Ether1/releases/download/V1.5.3 /etho-linux-1.5.3 .tar.gz
58
- tar -xvf etho-linux-1.5.3 .tar.gz
59
- rm etho-linux-1.5.3 .tar.gz
57
+ https://github.com/Ether1Project/Ether1/releases/download/V1.6.0 /etho-linux-1.6.0 .tar.gz
58
+ tar -xvf etho-linux-1.6.0 .tar.gz
59
+ rm etho-linux-1.6.0 .tar.gz
60
60
# Make node executable
61
61
chmod +x geth
62
62
sudo \m v geth /usr/sbin/
You can’t perform that action at this time.
0 commit comments