We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Doesn't work well on an actual Debian installation d/t hardcoding of 'Ubuntu' in some scripts. Also, using PPA's is an Ubuntu thing.
To Reproduce Run the script on a base Debian installation.
Expected behaviour The script should work with minimal/no errors.
The text was updated successfully, but these errors were encountered:
We can get the distributor using the lsb_release --id command. Using this where we hardcode ubuntu would help.
lsb_release --id
Also there may be alternatives to the PPA's we use.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
Doesn't work well on an actual Debian installation d/t hardcoding of 'Ubuntu' in some scripts. Also, using PPA's is an Ubuntu thing.
To Reproduce
Run the script on a base Debian installation.
Expected behaviour
The script should work with minimal/no errors.
The text was updated successfully, but these errors were encountered: