This commit is contained in:
kristof 2025-06-15 21:24:50 +02:00
parent 0bae1ed774
commit cda492a4be

View File

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