Fix setup_linux.sh to use scripts from the parent directory

This commit is contained in:
Brandon Vandegrift 2023-08-19 12:29:30 -04:00
parent 73688014e6
commit c08b28b240

View File

@ -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