added osmc

This commit is contained in:
do
2021-09-09 12:26:22 +02:00
parent cc571befc8
commit 60b3c0e107

View File

@@ -6,6 +6,8 @@ def _os_flavor():
if os.path.isfile('/etc/armbian-release'):
h = "Armbian"
elif os.path.isdir('/etc/osmc'):
h = "OSMC"
else:
h = "Debian"
return h