Skip to content

Commit

Permalink
Merge pull request #35 from ephemery-testnet/fix-lighthouse-bootnodes
Browse files Browse the repository at this point in the history
fix lighthouse bootnode generation
  • Loading branch information
pk910 authored Aug 29, 2024
2 parents 4e9a2d5 + 789016e commit b6c3ed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build-bootnodes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ if ! [ -d ./temp/lighthouse ]; then
cd ./temp/lighthouse

lighthouse_release=$(get_github_release sigp/lighthouse)
wget "https://github.com/sigp/lighthouse/releases/download/$lighthouse_release/lighthouse-${lighthouse_release}-x86_64-unknown-linux-gnu-portable.tar.gz"
tar xfz ./lighthouse-${lighthouse_release}-x86_64-unknown-linux-gnu-portable.tar.gz
wget "https://github.com/sigp/lighthouse/releases/download/$lighthouse_release/lighthouse-${lighthouse_release}-x86_64-unknown-linux-gnu.tar.gz"
tar xfz ./lighthouse-${lighthouse_release}-x86_64-unknown-linux-gnu.tar.gz
chmod +x ./lighthouse

cd ../..
Expand Down

0 comments on commit b6c3ed7

Please sign in to comment.