leon-ai / leon-cli

⌨️ Command-line interface (CLI) for a better use of Leon, your open-source personal assistant. GNU/Linux, macOS and Windows supported.
https://getleon.ai
MIT License
173 stars 21 forks source link

fix(scripts): argument `--yes` in `yum install` is unrecognized #196

Closed Hkmu closed 2 years ago

Hkmu commented 2 years ago

--yes is not a valid argument but -y. Replacing --yes with -y or using yes CLI can resolve this.

Resolves: leon-ai/leon-cli/issues/195#issue-1363352738

What changes this PR introduce?

Removed --yes argument from scripts/dependencies/install_yum_packages.sh and used yes command instead.

List any relevant issue numbers

195

Is there anything you'd like reviewers to focus on?

No.

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 1.3.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: