From c08b28b2409707f41e0f2af02594040cb7b20c43 Mon Sep 17 00:00:00 2001 From: Brandon Vandegrift <798832-bmv437@users.noreply.gitlab.com> Date: Sat, 19 Aug 2023 12:29:30 -0400 Subject: [PATCH] Fix setup_linux.sh to use scripts from the parent directory --- dev-setup/setup_linux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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