You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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).
Steps To Reproduce
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
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 text was updated successfully, but these errors were encountered: