Fedora & apt-get #141
Labels
Comments
After adding |
Hello @AsterYujano, Thanks for reporting. It was indeed a choice to not make difference between different Linux distributions, the reason is to keep it simple at first. However, if you can get a fully workable installation process with Fedora, I'll be happy to work with you to support it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Specs
Expected Behavior
Run without errors the
npm run setup-offline
.Actual Behavior
Throw this error after
npm run setup-offline
:How Do We Reproduce?
Use Fedora OS, follow the Readme (clone, npm install, etc.)
run
npm run check
and try to install missing parts (Offline text-to-speech & Offline speech-to-text as you can see in the complete output) with commands suchnpm run setup:offline
.Extra (like a sample repo to reproduce the issue, etc.)
scripts/check-os.js
does not make nay difference between different linux distributions and useapt-get
by default. I think addingdnf
support should correct the error.I will try to fix it soon and to PR the fix.
Regards
_
The text was updated successfully, but these errors were encountered: