diff --git a/dev-setup/setup_linux.sh b/dev-setup/setup_linux.sh index 5fe5f8b5..2b60452f 100755 --- a/dev-setup/setup_linux.sh +++ b/dev-setup/setup_linux.sh @@ -115,6 +115,6 @@ cargo install wasm-bindgen-cli wasm-pack pip3 install --upgrade bumpversion # Install capnproto using the same mechanism as our earthly build -$SCRIPTDIR/scripts/earthly/install_capnproto.sh +$SCRIPTDIR/../scripts/earthly/install_capnproto.sh # Install protoc using the same mechanism as our earthly build -$SCRIPTDIR/scripts/earthly/install_protoc.sh +$SCRIPTDIR/../scripts/earthly/install_protoc.sh