From 19b8a760b3170863873e983f1e96a2e0262ff0ba Mon Sep 17 00:00:00 2001 From: WhatTheServer Date: Tue, 20 Apr 2021 18:30:27 -0400 Subject: [PATCH] Update install.py --- install/install.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/install.py b/install/install.py index ed0616620..46e596624 100755 --- a/install/install.py +++ b/install/install.py @@ -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")