e-m-b-a / embark

EMBArk - The firmware security scanning environment
https://www.securefirmware.de
MIT License
315 stars 46 forks source link

Failed Embark Install #220

Open DRG-pi opened 2 hours ago

DRG-pi commented 2 hours ago

Describe the bug A fresh install of Embark using "git clone https://github.com/e-m-b-a/embark.git; cd embark; sudo ./installer.sh -d" fails with

"Creating a EMBArk configuration file .env docker: 'compose' is not a docker command. See 'docker --help' unknown shorthand flag: 'd' in -d See 'docker --help'.

Usage: docker [OPTIONS] COMMAND "

  1. checking startup

unknown shorthand flag: 'f' in -f See 'docker --help'.

Usage: docker [OPTIONS] COMMAND

To Reproduce Steps to reproduce the behavior:

  1. Download and install Ubuntu 22.04.5 LTS
  2. Execute "git clone https://github.com/e-m-b-a/embark.git; cd embark; sudo ./installer.sh -d"
  3. Check log output

Expected behavior I expected Embark to be installed

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Was a Fresh Ubuntu install

github-actions[bot] commented 2 hours ago

Thank you for contributing an issue!

Welcome to the EMBA firmware analysis community!

We are glad you are here and appreciate your contribution. Please keep in mind our contributing guidelines here and here. Also, please check existing open issues and consider to open a discussion in the dedicated discussion area. Additionally, we have collected a lot of details around EMBArk, the installation and the usage of EMBArk in our Wiki.

If you like EMBA you have the chance to support us by becoming a Sponsor or buying some beer here.

This is an automatic message. Allow for time for the EMBA community to be able to read the issue and comment on it.

BenediktMKuehne commented 2 hours ago

The installation of the compose plugin must have failed somewhere at the beginning of the installation.

Can you provide the complete output of the installation?