diff --git a/tools/install_rust_sal.sh b/tools/install_rust_sal.sh index ec68896..163cd44 100755 --- a/tools/install_rust_sal.sh +++ b/tools/install_rust_sal.sh @@ -221,3 +221,11 @@ trap 'error "Script interrupted"' INT TERM # Run main function main "$@" + + +# Install OpenSSL development headers and pkg-config +sudo apt update +sudo apt install -y pkg-config libssl-dev + +cd ~/code/git.threefold.info/herocode/sal +./build_herodo.sh \ No newline at end of file