Commit 82db5c2d authored by Ophélie Gagnard's avatar Ophélie Gagnard

installation/dependencies-installation.sh: Add a script to install the...

installation/dependencies-installation.sh: Add a script to install the dependencies available in Debian packages.
parent 442c1088
# USEFUL WORKING TOOLS
apt -y git vim tree
# ACTUAL DEPENDENCIES
# installing miscellaneous useful packages
apt -y make autopoint autoconf libtool libattr1-dev musl-tools mmv sbsigntool libssl-dev
# installing more necessary packages to activate Secure Boot with our own keys
apt -y install efitools
# installing packages needed to build fluentbit
apt -y cmake flex bison build-essential
# needed to compile the output plugin for wendelin (fluentbit_wendelin.so)
apt -y golang
# needed to compile the main executable (metadata-collect-agent)
apt -y libfmt-deb
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