Update install.py

This commit is contained in:
qtwrk
2021-06-12 00:50:57 +02:00
committed by GitHub
parent 6d6ab3604e
commit cf00e5b842

View File

@@ -58,6 +58,8 @@ def get_distro():
return cent8 return cent8
if data.find('AlmaLinux release 8') > -1: if data.find('AlmaLinux release 8') > -1:
return cent8 return cent8
if data.find('Rocky Linux release 8') > -1:
return cent8
else: else:
logging.InstallLog.writeToFile("Can't find linux release file - fatal error") logging.InstallLog.writeToFile("Can't find linux release file - fatal error")