@@ -51,20 +51,20 @@ sudo rm /etc/systemd/system/ethoFS.service
5151sudo rm $HOME /.ether1/ethofs/swarm.key
5252
5353echo ' **************************'
54- echo ' Installing Ether-1 Node binary'
54+ echo ' Installing ETHO Protocol Node binary'
5555echo ' **************************'
5656# Download node binary
57- wget https://github.com/Ether1Project/Ether1/releases/download/V1.5.2 /etho-linux-1.5.2 .tar.gz
58- tar -xzf etho-linux-1.5.2 .tar.gz
57+ wget https://github.com/Ether1Project/Ether1/releases/download/V1.5.3 /etho-linux-1.5.3 .tar.gz
58+ tar -xzf etho-linux-1.5.3 .tar.gz
5959# Make node executable
6060chmod +x geth
6161# Remove and cleanup
62- rm etho-linux-1.5.2 .tar.gz
62+ rm etho-linux-1.5.3 .tar.gz
6363# Move Binaries
6464sudo \m v geth /usr/sbin/
6565
6666echo ' **************************'
67- echo ' Initiating Kepler (Geth, IPFS & ethoFS)'
67+ echo ' Initiating Atlas (Geth, IPFS & ethoFS)'
6868echo ' **************************'
6969
7070if [ $_nodetype = " gatewaynode" ] ; then
@@ -75,7 +75,7 @@ if [ $_nodetype = "gatewaynode" ] ; then
7575 sleep 7
7676 cat > /tmp/ether1node.service << EOL
7777 [Unit]
78- Description=Ether1 Gateway Node
78+ Description=ETHO Gateway Node
7979 After=network.target
8080
8181 [Service]
@@ -105,7 +105,7 @@ if [ $_nodetype = "masternode" ] ; then
105105 sleep 7
106106 cat > /tmp/ether1node.service << EOL
107107 [Unit]
108- Description=Ether1 Masternode
108+ Description=ETHO Masternode
109109 After=network.target
110110
111111 [Service]
@@ -135,7 +135,7 @@ if [ $_nodetype = "servicenode" ] ; then
135135 sleep 7
136136 cat > /tmp/ether1node.service << EOL
137137 [Unit]
138- Description=Ether1 Service Node
138+ Description=ETHO Service Node
139139 After=network.target
140140
141141 [Service]
0 commit comments