Skip to content

Commit

Permalink
Default to bootstrap version is subshell
Browse files Browse the repository at this point in the history
  • Loading branch information
getlynx committed Sep 12, 2022
1 parent af00d98 commit deb7961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ fi
#
mkdir -p "$dir"/.lynx/; chown $user:$user "$dir"/.lynx/
echo "LynxCI: Grabbing latest blockchain bootstrap and verifying hashes."
wget -qO - https://raw.githubusercontent.com/getlynx/LynxBootstrap/master/extract.sh | bash -s v12.0-mainnet
wget -qO - https://raw.githubusercontent.com/getlynx/LynxBootstrap/master/extract.sh | bash
#
echo "#!/bin/bash
[Unit]
Expand Down

0 comments on commit deb7961

Please sign in to comment.