Skip to content

Commit 050b047

Browse files
committed
V1.5.3 - Atlas Diff/Sync Hot Fix
1 parent 02aa145 commit 050b047

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

debian/upgrade.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,20 @@ sudo rm /etc/systemd/system/ethoFS.service
5151
sudo rm $HOME/.ether1/ethofs/swarm.key
5252

5353
echo '**************************'
54-
echo 'Installing Ether-1 Node binary'
54+
echo 'Installing ETHO Protocol Node binary'
5555
echo '**************************'
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
6060
chmod +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
6464
sudo \mv geth /usr/sbin/
6565

6666
echo '**************************'
67-
echo 'Initiating Kepler (Geth, IPFS & ethoFS)'
67+
echo 'Initiating Atlas (Geth, IPFS & ethoFS)'
6868
echo '**************************'
6969

7070
if [ $_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]

rpm/upgrade.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,18 @@ sudo rm /etc/systemd/system/ethoFS.service
5151
sudo rm $HOME/.ether1/ethofs/swarm.key
5252

5353
echo '**************************'
54-
echo 'Installing Ether-1 Node binary'
54+
echo 'Installing Etho Protocol Node binary'
5555
echo '**************************'
5656
# Download node binary
57-
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
59-
rm etho-linux-1.5.2.tar.gz
57+
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
59+
rm etho-linux-1.5.3.tar.gz
6060
# Make node executable
6161
chmod +x geth
6262
sudo \mv geth /usr/sbin/
6363

6464
echo '**************************'
65-
echo 'Initiating Kepler (Geth, IPFS & ethoFS)'
65+
echo 'Initiating Atlas (Geth, IPFS & ethoFS)'
6666
echo '**************************'
6767

6868
if [ $_nodetype = "gatewaynode" ] ; then
@@ -73,7 +73,7 @@ if [ $_nodetype = "gatewaynode" ] ; then
7373
sleep 7
7474
cat > /tmp/ether1node.service << EOL
7575
[Unit]
76-
Description=Ether1 Gateway Node
76+
Description=ETHO Gateway Node
7777
After=network.target
7878
[Service]
7979
User=$_user
@@ -98,7 +98,7 @@ if [ $_nodetype = "masternode" ] ; then
9898
sleep 7
9999
cat > /tmp/ether1node.service << EOL
100100
[Unit]
101-
Description=Ether1 Masternode
101+
Description=ETHO Masternode
102102
After=network.target
103103
[Service]
104104
User=$_user
@@ -123,7 +123,7 @@ if [ $_nodetype = "servicenode" ] ; then
123123
sleep 7
124124
cat > /tmp/ether1node.service << EOL
125125
[Unit]
126-
Description=Ether1 Service Node
126+
Description=ETHO Service Node
127127
After=network.target
128128
[Service]
129129
User=$_user

0 commit comments

Comments
 (0)