Update install.py

rockylinux detection
This commit is contained in:
Michael Ramsey
2021-08-04 22:15:32 -04:00
committed by GitHub
parent 43d1726146
commit 57bbd5ab90

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 8') > -1:
return cent8
else:
logging.InstallLog.writeToFile("Can't find linux release file - fatal error")