erfanoabdi / ErfanGSIs

Just a tool to make GSI out of firmware from any phone
GNU General Public License v3.0
491 stars 450 forks source link

use ID_LIKE to recognize base linux distro #173

Closed nit-in closed 3 years ago

nit-in commented 3 years ago

(/etc/os-release) In some distros the value of ID equal to the name of that distro, for example in manjaro and kde neon, ID is equal to manjaro and neon respectively so use the ID and ID_LIKE both to check if the distro is arch based or not

Signed-off-by: nit-in nit_in@live.com