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
15
15
16
16
sudo rm geth
17
17
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
19
19
20
20
tar -xzf Ether1-MN-SN-0.0.9.1.tar.gz
21
21
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ echo 'Installing Ether-1 Node binary'
42
42
echo ' **************************'
43
43
# Download node binary
44
44
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
46
46
47
47
tar -xzf Ether1-MN-SN-0.0.9.1.tar.gz
48
48
@@ -87,7 +87,7 @@ echo 'Masternode Setup Complete....Deploying IPFS'
87
87
echo ' **************************'
88
88
89
89
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
91
91
tar -xzf ipfs.tar.gz
92
92
chmod +x ipfs
93
93
@@ -159,7 +159,7 @@ echo '**************************'
159
159
echo ' IPFS Setup Complete....Deploying ethoFS'
160
160
echo ' **************************'
161
161
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
163
163
tar -xzf ethoFS.tar.gz
164
164
chmod +x ethoFS
165
165
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ sudo systemctl stop ether1node
15
15
16
16
sudo rm geth
17
17
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
19
19
20
20
tar -xzf Ether1-MN-SN-0.0.9.1.tar.gz
21
21
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ echo 'Installing Ether-1 Node binary'
42
42
echo ' **************************'
43
43
# Download node binary
44
44
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
46
46
47
47
tar -xzf Ether1-MN-SN-0.0.9.1.tar.gz
48
48
@@ -87,7 +87,7 @@ echo 'Masternode Setup Complete....Deploying IPFS'
87
87
echo ' **************************'
88
88
89
89
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
91
91
tar -xzf ipfs.tar.gz
92
92
chmod +x ipfs
93
93
@@ -163,7 +163,7 @@ echo '**************************'
163
163
echo ' IPFS Setup Complete....Deploying ethoFS'
164
164
echo ' **************************'
165
165
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
167
167
tar -xzf ethoFS.tar.gz
168
168
chmod +x ethoFS
169
169
You can’t perform that action at this time.
0 commit comments