diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index be073f4b5..74d5ef122 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -46,7 +46,7 @@
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager": "true",
"RunOnceActivity.git.unshallow": "true",
"SHELLCHECK.PATH": "/Users/cyberpersons/Library/Application Support/JetBrains/PyCharm2025.1/plugins/Shell Script/shellcheck",
- "git-widget-placeholder": "stable",
+ "git-widget-placeholder": "v2.5.5-dev",
"last_opened_file_path": "/Users/cyberpersons/cyberpanel",
"node.js.detected.package.eslint": "true",
"node.js.detected.package.tslint": "true",
@@ -117,6 +117,7 @@
+
diff --git a/install/install.py b/install/install.py
index 9c85eed59..d5a99f145 100644
--- a/install/install.py
+++ b/install/install.py
@@ -5251,8 +5251,8 @@ def main():
preFlightsChecks.stdOut("Creating cyberpanel database and user...", 1)
try:
- from . import mysqlUtilities
- from . import install_utils
+ import mysqlUtilities
+ import install_utils
# Generate cyberpanel database password using the same logic as download_install_CyberPanel
if checks.distro == centos: