From cda492a4be02afc571c2dad4a321140e6797a308 Mon Sep 17 00:00:00 2001 From: kristof Date: Sun, 15 Jun 2025 21:24:50 +0200 Subject: [PATCH] ... --- tools/install_rust_sal.sh | 8 ++++++++ 1 file changed, 8 insertions(+) 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