Skip to content

Commit a362527

Browse files
authored
Atlas Update
1 parent 6d51fa0 commit a362527

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

debian/upgrade.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,18 @@ sudo rm /usr/sbin/ethoFS
4848
sudo systemctl stop ethoFS && sudo systemctl disable ethoFS
4949
sudo rm /etc/systemd/system/ethoFS.service
5050

51+
sudo rm $HOME/.ether1/ethofs/swarm.key
52+
5153
echo '**************************'
5254
echo 'Installing Ether-1 Node binary'
5355
echo '**************************'
5456
# Download node binary
55-
wget 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+
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
5759
# Make node executable
5860
chmod +x geth
5961
# Remove and cleanup
60-
rm ether-1-linux-1.4.1.tar.gz
62+
rm etho-linux-1.5.0.tar.gz
6163
# Move Binaries
6264
sudo \mv geth /usr/sbin/
6365

0 commit comments

Comments
 (0)