We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a362527 commit cf48d5dCopy full SHA for cf48d5d
1 file changed
rpm/upgrade.sh
@@ -48,13 +48,15 @@ sudo rm /usr/sbin/ethoFS
48
sudo systemctl stop ethoFS && sudo systemctl disable ethoFS
49
sudo rm /etc/systemd/system/ethoFS.service
50
51
+sudo rm $HOME/.ether1/ethofs/swarm.key
52
+
53
echo '**************************'
54
echo 'Installing Ether-1 Node binary'
55
56
# Download node binary
-https://github.com/Ether1Project/Ether1/releases/download/1.4.1/ether-1-linux-1.4.1.tar.gz
-tar -xzf ether-1-linux-1.4.1.tar.gz
57
-rm ether-1-linux-1.4.1.tar.gz
+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
60
# Make node executable
61
chmod +x geth
62
sudo \mv geth /usr/sbin/
0 commit comments