Skip to content

Commit

Permalink
Merge pull request #1 from fallengravity/Migration-test
Browse files Browse the repository at this point in the history
Migration test
  • Loading branch information
fallengravity authored Mar 30, 2019
2 parents af763d6 + 171dad2 commit cc88f02
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion debian/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sudo systemctl stop ether1node

sudo rm geth

wget https://files.ether1.org/releases/Ether1-MN-SN-0.0.9.1.tar.gz
wget https://github.com/fallengravity/Ether-1-SN-MN-Binaries/releases/download/0.0.9.1/Ether1-MN-SN-0.0.9.1.tar.gz

tar -xzf Ether1-MN-SN-0.0.9.1.tar.gz

Expand Down
6 changes: 3 additions & 3 deletions debian/setupETHOFS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ echo 'Installing Ether-1 Node binary'
echo '**************************'
# Download node binary

wget https://files.ether1.org/releases/Ether1-MN-SN-0.0.9.1.tar.gz
wget https://github.com/fallengravity/Ether-1-GN-Binaries/releases/download/0.0.9.1/Ether1-MN-SN-0.0.9.1.tar.gz

tar -xzf Ether1-MN-SN-0.0.9.1.tar.gz

Expand Down Expand Up @@ -87,7 +87,7 @@ echo 'Masternode Setup Complete....Deploying IPFS'
echo '**************************'

cd $HOME
wget https://files.ether1.org/releases/ipfs.tar.gz
wget https://github.com/fallengravity/Ether-1-GN-Binaries/releases/download/0.0.9.1/ipfs.tar.gz
tar -xzf ipfs.tar.gz
chmod +x ipfs

Expand Down Expand Up @@ -159,7 +159,7 @@ echo '**************************'
echo 'IPFS Setup Complete....Deploying ethoFS'
echo '**************************'
cd $HOME
wget https://files.ether1.org/releases/ethoFS.tar.gz
wget https://github.com/fallengravity/Ether-1-GN-Binaries/releases/download/0.0.9.1/ethoFS.tar.gz
tar -xzf ethoFS.tar.gz
chmod +x ethoFS

Expand Down
2 changes: 1 addition & 1 deletion rpm/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sudo systemctl stop ether1node

sudo rm geth

wget https://files.ether1.org/releases/Ether1-MN-SN-0.0.9.1.tar.gz
wget https://github.com/fallengravity/Ether-1-SN-MN-Binaries/releases/download/0.0.9.1/Ether1-MN-SN-0.0.9.1.tar.gz

tar -xzf Ether1-MN-SN-0.0.9.1.tar.gz

Expand Down
6 changes: 3 additions & 3 deletions rpm/setupETHOFS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ echo 'Installing Ether-1 Node binary'
echo '**************************'
# Download node binary

wget https://files.ether1.org/releases/Ether1-MN-SN-0.0.9.1.tar.gz
wget https://github.com/fallengravity/Ether-1-SN-MN-Binaries/releases/download/0.0.9.1/Ether1-MN-SN-0.0.9.1.tar.gz

tar -xzf Ether1-MN-SN-0.0.9.1.tar.gz

Expand Down Expand Up @@ -87,7 +87,7 @@ echo 'Masternode Setup Complete....Deploying IPFS'
echo '**************************'

cd /home/$_user
wget https://files.ether1.org/releases/ipfs.tar.gz
wget https://github.com/fallengravity/Ether-1-GN-Binaries/releases/download/0.0.9.1/ipfs.tar.gz
tar -xzf ipfs.tar.gz
chmod +x ipfs

Expand Down Expand Up @@ -163,7 +163,7 @@ echo '**************************'
echo 'IPFS Setup Complete....Deploying ethoFS'
echo '**************************'
cd /home/$_user
wget https://files.ether1.org/releases/ethoFS.tar.gz
wget https://github.com/fallengravity/Ether-1-GN-Binaries/releases/download/0.0.9.1/ethoFS.tar.gz
tar -xzf ethoFS.tar.gz
chmod +x ethoFS

Expand Down

0 comments on commit cc88f02

Please sign in to comment.