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

Better dependency installing? #44

Open
Nacroni opened this issue Sep 8, 2024 · 1 comment
Open

Better dependency installing? #44

Nacroni opened this issue Sep 8, 2024 · 1 comment

Comments

@Nacroni
Copy link

Nacroni commented Sep 8, 2024

A big issue I have with the installation is that the dependency installation takes too much time. How it works right now is that it installs every dependency one-by-one, which takes up a lot of time. In my attempts of installing it on Debian, this can be fixed by installing all of the dependencies in one command. The same thing could be said about Fedora, since it seems that also uses a similar method of installing dependencies one-by-one.

@Nacroni Nacroni changed the title Better dependency installing Better dependency installing? Sep 8, 2024
@Nacroni
Copy link
Author

Nacroni commented Sep 8, 2024

Reading the script, most likely if this were to be implemented then the "|| exit 1" would break and not work.

Another problem with implementing this is that if one package were to become missing or removed, then the entire command would break. But, as of right now that doesn't seem likely to happen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant