Skip to content

Commit faf913a

Browse files
authored
Update go.sh
fix grab the right file for bootstrap
1 parent 2265086 commit faf913a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ cd ~
287287

288288
echo -n "Success....Blockchain is now downloading press Ctrl-C to cancel but it will take longer to sync from 0. And you will have to start verge manual"
289289
sudo rm QT-Wallet*.zip
290-
echo "wget --no-check-certificate " $(lynx --dump --listonly https://verge-blockchain.com/down/ | grep -o "https://verge-blockchain.com/blockchain5.*zip" | head -1 ) > link.sh
290+
echo "wget --no-check-certificate " $(lynx --dump --listonly https://verge-blockchain.com/download/ | grep -o "https://verge-blockchain*.*zip" | head -1 ) > link.sh
291291
sh link.sh
292292
unzip -o QT-Wallet*.zip -d ~/.VERGE
293293
sudo rm QT-Wallet*.zip

0 commit comments

Comments
 (0)