Update install.py

This commit is contained in:
qtwrk
2021-05-24 00:46:48 +02:00
committed by GitHub
parent db4a9fe70d
commit 5125a3a073

View File

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