Skip to content

Commit cc88f02

Browse files
Merge pull request #1 from fallengravity/Migration-test
Migration test
2 parents af763d6 + 171dad2 commit cc88f02

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

debian/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ sudo systemctl stop ether1node
1515

1616
sudo rm geth
1717

18-
wget https://files.ether1.org/releases/Ether1-MN-SN-0.0.9.1.tar.gz
18+
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
1919

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

debian/setupETHOFS.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ echo 'Installing Ether-1 Node binary'
4242
echo '**************************'
4343
# Download node binary
4444

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

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

@@ -87,7 +87,7 @@ echo 'Masternode Setup Complete....Deploying IPFS'
8787
echo '**************************'
8888

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

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

rpm/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ sudo systemctl stop ether1node
1515

1616
sudo rm geth
1717

18-
wget https://files.ether1.org/releases/Ether1-MN-SN-0.0.9.1.tar.gz
18+
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
1919

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

rpm/setupETHOFS.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ echo 'Installing Ether-1 Node binary'
4242
echo '**************************'
4343
# Download node binary
4444

45-
wget https://files.ether1.org/releases/Ether1-MN-SN-0.0.9.1.tar.gz
45+
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
4646

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

@@ -87,7 +87,7 @@ echo 'Masternode Setup Complete....Deploying IPFS'
8787
echo '**************************'
8888

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

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

0 commit comments

Comments
 (0)