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

"Your distro is not supported, only debian base", but I am on debian base (pop_os, so ubuntu base) #2

Open
kylebakerio opened this issue Oct 19, 2020 · 1 comment

Comments

@kylebakerio
Copy link

Using pop_os 20.04 on a T470p. When I try to run install.sh, I get that error message. :/

@dracula99gr
Copy link

dracula99gr commented Feb 13, 2023

try cat /etc/os-release
then look for ID_LIKE=
and check if it matches on the install.sh line 121 if it matches, if it doesn't correct it
for me i had to replace grep -q "ID_LIKE=debian" to grep -q 'ID_LIKE="ubuntu debian"'

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