Commit 35f6db53 authored by Ophélie Gagnard's avatar Ophélie Gagnard

installation/dependencies-installation.sh: Add support for the cython-plus python module.

TODO.txt: Update.
parent c283f87e
SHORT TERM
+ remove MD5 and SHA1
+ use at least SHA256 and activate other metadatas
+ [external] use fluent-bit or wendelin to parse the new content
DONE - remove MD5 and SHA1
DONE - use at least SHA256 and activate other metadatas
(- [external] use fluent-bit or wendelin to parse the new content (?))
MAKEFILE
- Clean the code and comments.
- Use a simpler way to modify the shebang.
......@@ -10,7 +10,7 @@ apt -y install git vim tree sudo
# ACTUAL DEPENDENCIES
# installing miscellaneous useful packages
apt -y install make autopoint autoconf libtool libattr1-dev musl-tools mmv sbsigntool libssl-dev python3-dev
apt -y install make autopoint autoconf libtool libattr1-dev musl-tools mmv sbsigntool libssl-dev python3-dev python3-pip
# installing more necessary packages to activate Secure Boot with our own keys
apt -y install efitools
# installing packages needed to build fluentbit (script fluentbit-install.sh)
......@@ -19,3 +19,4 @@ apt -y install cmake flex bison build-essential
apt -y install golang
# needed to compile the main executable (metadata-collect-agent)
apt -y install libfmt-dev
pip install cython-plus
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment