Update install.py

rockylinux detection
This commit is contained in:
Michael Ramsey
2021-08-04 22:15:32 -04:00
committed by GitHub
parent 6b2dcb01d1
commit 3b4cbfb85f

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")