File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ echo 'Installing Ether-1 Node binary'
4242echo ' **************************'
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
4747tar -xzf Ether1-MN-SN-0.0.9.1.tar.gz
4848
@@ -87,7 +87,7 @@ echo 'Masternode Setup Complete....Deploying IPFS'
8787echo ' **************************'
8888
8989cd $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
9191tar -xzf ipfs.tar.gz
9292chmod +x ipfs
9393
@@ -159,7 +159,7 @@ echo '**************************'
159159echo ' IPFS Setup Complete....Deploying ethoFS'
160160echo ' **************************'
161161cd $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
163163tar -xzf ethoFS.tar.gz
164164chmod +x ethoFS
165165
You can’t perform that action at this time.
0 commit comments