mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-29 10:54:24 +00:00
update
This commit is contained in:
2
Makefile
2
Makefile
@@ -166,7 +166,7 @@ test: test-release
|
|||||||
|
|
||||||
# Run bash script to output cli.txt
|
# Run bash script to output cli.txt
|
||||||
cli:
|
cli:
|
||||||
/home/hi/cli/lighthouse/scripts/cli.sh
|
./lighthouse/scripts/cli.sh
|
||||||
# Runs the entire test suite, downloading test vectors if required.
|
# Runs the entire test suite, downloading test vectors if required.
|
||||||
test-full: cargo-fmt test-release test-debug test-ef test-exec-engine cli
|
test-full: cargo-fmt test-release test-debug test-ef test-exec-engine cli
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ read -p "Enter Lighthouse version: " version
|
|||||||
binary="curl -LO https://github.com/sigp/lighthouse/releases/download/v$version/lighthouse-v$version-x86_64-unknown-linux-gnu.tar.gz"
|
binary="curl -LO https://github.com/sigp/lighthouse/releases/download/v$version/lighthouse-v$version-x86_64-unknown-linux-gnu.tar.gz"
|
||||||
|
|
||||||
#download the binary to the present working directory
|
#download the binary to the present working directory
|
||||||
cd /home/hi/cli/lighthouse/scripts
|
cd ./lighthouse/scripts
|
||||||
$binary
|
$binary
|
||||||
|
|
||||||
#extract
|
#extract
|
||||||
|
|||||||
Reference in New Issue
Block a user