Commit 3a1bb915 authored by Ophélie Gagnard's avatar Ophélie Gagnard

installation/dependencies-installation.sh: Fix a typo.

parent b05222f8
# USEFUL WORKING TOOLS
apt -y git vim tree
apt -y install git vim tree
# ACTUAL DEPENDENCIES
# installing miscellaneous useful packages
apt -y make autopoint autoconf libtool libattr1-dev musl-tools mmv sbsigntool libssl-dev
apt -y install 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
apt -y install cmake flex bison build-essential
# needed to compile the output plugin for wendelin (fluentbit_wendelin.so)
apt -y golang
apt -y install golang
# needed to compile the main executable (metadata-collect-agent)
apt -y libfmt-deb
apt -y install 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