...
This commit is contained in:
parent
0bae1ed774
commit
cda492a4be
@ -221,3 +221,11 @@ trap 'error "Script interrupted"' INT TERM
|
|||||||
|
|
||||||
# Run main function
|
# Run main function
|
||||||
main "$@"
|
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
|
Loading…
Reference in New Issue
Block a user