Commit 199ef3b9 authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #7443 from upnodedev/fix-devnet-up

fix: make devnet-up geth not found error
parents 2251398b dc915c27
......@@ -86,6 +86,9 @@ nuke: clean devnet-clean
.PHONY: nuke
devnet-up:
@if ! [ -x "$(command -v geth)" ]; then \
make install-geth; \
fi
@if [ ! -e op-program/bin ]; then \
make cannon-prestate; \
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment