mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-19 19:58:45 -04:00
Merge branch 'feature/fix-linux-setup-script' into 'main'
Fix setup_linux.sh to use scripts from the parent directory See merge request veilid/veilid!134
This commit is contained in:
commit
e34586ef9f
1 changed files with 2 additions and 2 deletions
|
@ -115,6 +115,6 @@ cargo install wasm-bindgen-cli wasm-pack
|
||||||
pip3 install --upgrade bumpversion
|
pip3 install --upgrade bumpversion
|
||||||
|
|
||||||
# Install capnproto using the same mechanism as our earthly build
|
# 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
|
# Install protoc using the same mechanism as our earthly build
|
||||||
$SCRIPTDIR/scripts/earthly/install_protoc.sh
|
$SCRIPTDIR/../scripts/earthly/install_protoc.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue