Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] uncognized option --yes for archlinux #193

Closed
kamaradclimber opened this issue Sep 5, 2022 · 2 comments · Fixed by #194
Closed

[Bug] uncognized option --yes for archlinux #193

kamaradclimber opened this issue Sep 5, 2022 · 2 comments · Fixed by #194
Labels
bug Something isn't working released

Comments

@kamaradclimber
Copy link
Contributor

Steps To Reproduce

  1. run leon create birth

The current behavior

On stdout: ```
✖ Installing packages
Error: Failed to install needed packages
For further information, look at the log file located at /home/me/.config/@leon-ai/cli/log-errors.txt


when looking at error files:

Error: Command failed with exit code 1: sudo --non-interactive /ssd/home/me/.npm-global/lib/node_modules/@leon-ai/cli/scripts/dependencies/install_pacman_packages.sh
pacman: unrecognized option '--yes'


## The expected behavior

correct installation
@theoludwig
Copy link
Member

Hello! @kamaradclimber

Thanks for your report!
Indeed it is a bug, actually --yes doesn't exist for the pacman CLI.

In the CLI part, we already support many famous package managers for different GNU/Linux distributions, but unfortunately, on the Core side, it is not the case.
Being able to run Leon on multiple CPU architectures, and distribution, it's definitely something we would like to support, and we would like to solve it before the v1.0.0 stable release (currently Leon is in beta).
We will try to solve this problem later, when the core of Leon is more mature, just before the v1 stable release.
You can read more here: leon-ai/leon#302 (review).

Meanwhile, you can use Leon without problems on Ubuntu, macOS, and Windows, also you can try Leon with a single click thanks to GitPod: https://github.com/leon-ai/leon#%EF%B8%8F-try-with-a-single-click.

@github-actions
Copy link

🎉 This issue has been resolved in version 1.3.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants