MycroftAI / mycroft-core

Mycroft Core, the Mycroft Artificial Intelligence platform.
https://mycroft.ai
Apache License 2.0
6.51k stars 1.27k forks source link

Fail to install packages on arch #2973

Closed ghost closed 3 years ago

ghost commented 3 years ago

I had to replace yes | sudo pacman -S ... for sudo pacman -S --noconfirm --needed. Because it was failing to install the packages on arch linux.

krisgesling commented 3 years ago

Hey there, can I check where you are referring to?

Our dev_setup.sh already seems to be using those two flags: https://github.com/MycroftAI/mycroft-core/blob/61cbaa71cddba2547682a3eb84bb715abf24e517/dev_setup.sh#L374

ghost commented 3 years ago

Sorry, it was this was on the gui.