You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"'
Using pop_os 20.04 on a T470p. When I try to run install.sh, I get that error message. :/
The text was updated successfully, but these errors were encountered: