mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 05:45:59 +01:00
Update install.py
This commit is contained in:
@@ -58,6 +58,8 @@ def get_distro():
|
|||||||
return cent8
|
return cent8
|
||||||
if data.find('AlmaLinux release 8') > -1:
|
if data.find('AlmaLinux release 8') > -1:
|
||||||
return cent8
|
return cent8
|
||||||
|
if data.find('Rocky Linux release 8') > -1:
|
||||||
|
return cent8
|
||||||
|
|
||||||
else:
|
else:
|
||||||
logging.InstallLog.writeToFile("Can't find linux release file - fatal error")
|
logging.InstallLog.writeToFile("Can't find linux release file - fatal error")
|
||||||
|
|||||||
Reference in New Issue
Block a user