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

Patching support for Linux Mint #58

Closed
kartun83 opened this issue Jan 14, 2023 · 1 comment
Closed

Patching support for Linux Mint #58

kartun83 opened this issue Jan 14, 2023 · 1 comment

Comments

@kartun83
Copy link

Describe the bug
Patching is not working on linux mint

To Reproduce
Steps to reproduce the behavior:

  1. sudo /bin/sh install.sh acpi
  2. Error message : "Unknown environment"

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Linux Mint
  • Version: 22.1
  • Kernel version: Linux kartun-RedmiBook-16 6.1.6-060106-generic #202301141035 SMP PREEMPT_DYNAMIC Sat Jan 14 11:15:19 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

Fix:
Change: if test "$ID" = "debian" -o "$ID_LIKE" = "debian"; then
with
if test "$ID" = "debian" -o "$ID_LIKE" = "debian" -o "$ID" = "linuxmint"; then

@vrolife
Copy link
Owner

vrolife commented Jan 15, 2023

🤝 34bd382

@vrolife vrolife closed this as completed Jan 23, 2023
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

2 participants