File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -48,13 +48,15 @@ sudo rm /usr/sbin/ethoFS
4848sudo systemctl stop ethoFS && sudo systemctl disable ethoFS
4949sudo rm /etc/systemd/system/ethoFS.service
5050
51+ sudo rm $HOME /.ether1/ethofs/swarm.key
52+
5153echo ' **************************'
5254echo ' Installing Ether-1 Node binary'
5355echo ' **************************'
5456# Download node binary
55- 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
57- rm ether-1- linux-1.4.1 .tar.gz
57+ 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
59+ rm etho- linux-1.5.0 .tar.gz
5860# Make node executable
5961chmod +x geth
6062sudo \m v geth /usr/sbin/
You can’t perform that action at this time.
0 commit comments