Skip to content

Commit

Permalink
minor script edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Exlo84 committed Oct 30, 2021
1 parent 050b047 commit 0853fe8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debian/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ echo 'Installing ETHO Protocol Node binary'
echo '**************************'
# Download node binary
wget https://github.com/Ether1Project/Ether1/releases/download/V1.5.3/etho-linux-1.5.3.tar.gz
tar -xzf etho-linux-1.5.3.tar.gz
tar -xvf etho-linux-1.5.3.tar.gz
# Make node executable
chmod +x geth
# Remove and cleanup
Expand Down
4 changes: 2 additions & 2 deletions rpm/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ echo 'Installing Etho Protocol Node binary'
echo '**************************'
# Download node binary
https://github.com/Ether1Project/Ether1/releases/download/V1.5.3/etho-linux-1.5.3.tar.gz
tar -xzf etho-linux-1.5.3.tar.gz
rm etho-linux-1.5.3.tar.gz
tar -xvf etho-linux-1.5.3.tar.gz
rm etho-linux-1.v.3.tar.gz
# Make node executable
chmod +x geth
sudo \mv geth /usr/sbin/
Expand Down

0 comments on commit 0853fe8

Please sign in to comment.