From cf00e5b8422dfbdd6d10b51d7c8a8ea5211f8db7 Mon Sep 17 00:00:00 2001 From: qtwrk Date: Sat, 12 Jun 2021 00:50:57 +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 170c0e5c3..661f4596d 100755 --- a/install/install.py +++ b/install/install.py @@ -58,6 +58,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")