File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ sudo systemctl stop ether1node
1515
1616sudo 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
2020tar -xzf Ether1-MN-SN-0.0.9.1.tar.gz
2121
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
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ sudo systemctl stop ether1node
1515
1616sudo 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
2020tar -xzf Ether1-MN-SN-0.0.9.1.tar.gz
2121
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