Skip to content

Commit 171dad2

Browse files
Updated DL links
1 parent 98102a8 commit 171dad2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)