Update install.py

This commit is contained in:
WhatTheServer
2021-04-20 18:30:27 -04:00
committed by GitHub
parent 19565c623f
commit 19b8a760b3

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