Update install.py

This commit is contained in:
WhatTheServer
2021-04-20 18:30:27 -04:00
committed by GitHub
parent 80bc0ee916
commit d880211f76

View File

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