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

Installer doesn't work on Linux mint #2521

Closed
Matzz opened this issue Jun 23, 2022 · 3 comments
Closed

Installer doesn't work on Linux mint #2521

Matzz opened this issue Jun 23, 2022 · 3 comments

Comments

@Matzz
Copy link
Contributor

Matzz commented Jun 23, 2022

When I try to install sming on Linux I get Unsupported distribution error.
I would to check if apt exists rather than checking if linux distro is debian.
Eg
which apt | wc -l

For me I solved that by adding:

elif [ -n "$(grep linuxmint /etc/os-release)" ]; then
    DIST=debian
    PKG_INSTALL="sudo apt-get install -y"

to install script

@slaff
Copy link
Contributor

slaff commented Jun 24, 2022

@Matzz can you create a PR with your changes?

@Matzz
Copy link
Contributor Author

Matzz commented Jul 3, 2022

@slaff #2523

@slaff
Copy link
Contributor

slaff commented Jul 4, 2022

@Matzz Thanks a lot for the PR. It is now merged.

@slaff slaff closed this as completed Jul 4, 2022
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