From 5125a3a073d03e3de5c37ca848a4694aed8197be Mon Sep 17 00:00:00 2001 From: qtwrk Date: Mon, 24 May 2021 00:46:48 +0200 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 4d7870bce..04c187af1 100755 --- a/install/install.py +++ b/install/install.py @@ -55,6 +55,8 @@ def get_distro(): return cent8 if data.find('AlmaLinux release 8') > -1: return cent8 + if data.find('Rocky Linux release 8') > -1: + return cent8 else: logging.InstallLog.writeToFile("Can't find linux release file - fatal error")