Skip to content

Commit 0853fe8

Browse files
committed
minor script edit
1 parent 050b047 commit 0853fe8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

debian/upgrade.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ echo 'Installing ETHO Protocol Node binary'
5555
echo '**************************'
5656
# Download node binary
5757
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
58+
tar -xvf etho-linux-1.5.3.tar.gz
5959
# Make node executable
6060
chmod +x geth
6161
# Remove and cleanup

rpm/upgrade.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ echo 'Installing Etho Protocol Node binary'
5555
echo '**************************'
5656
# Download node binary
5757
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
58+
tar -xvf etho-linux-1.5.3.tar.gz
59+
rm etho-linux-1.v.3.tar.gz
6060
# Make node executable
6161
chmod +x geth
6262
sudo \mv geth /usr/sbin/

0 commit comments

Comments
 (0)