Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
metadata-collect-agent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
metadata-collect-agent
Commits
73bfd5d0
Commit
73bfd5d0
authored
Feb 01, 2022
by
Ophélie Gagnard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
installation/dependencies-installation.sh: Fix a typo.
parent
82db5c2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
installation/dependencies-installation.sh
installation/dependencies-installation.sh
+5
-5
No files found.
installation/dependencies-installation.sh
100644 → 100755
View file @
73bfd5d0
# USEFUL WORKING TOOLS
# USEFUL WORKING TOOLS
apt
-y
git vim tree
apt
-y
install
git vim tree
# ACTUAL DEPENDENCIES
# ACTUAL DEPENDENCIES
# installing miscellaneous useful packages
# 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
# installing more necessary packages to activate Secure Boot with our own keys
apt
-y
install
efitools
apt
-y
install
efitools
# installing packages needed to build fluentbit
# 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)
# 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)
# needed to compile the main executable (metadata-collect-agent)
apt
-y
libfmt-deb
apt
-y
install
libfmt-deb
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment