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-SN-MN-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/$_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
9191tar -xzf ipfs.tar.gz
9292chmod +x ipfs
9393
@@ -163,7 +163,7 @@ echo '**************************'
163163echo ' IPFS Setup Complete....Deploying ethoFS'
164164echo ' **************************'
165165cd /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
167167tar -xzf ethoFS.tar.gz
168168chmod +x ethoFS
169169
You can’t perform that action at this time.
0 commit comments