JavaLinuxUndervolt
JavaLinuxUndervolt copied to clipboard
"Your distro is not supported, only debian base", but I am on debian base (pop_os, so ubuntu base)
Using pop_os 20.04 on a T470p. When I try to run install.sh, I get that error message. :/
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"'