Author: Kevin Chevreuil - Kaisen <kaisen@kaisenlinux.org>

--- exegol-4.3.10.orig/exegol/utils/GitUtils.py
+++ exegol-4.3.10/exegol/utils/GitUtils.py
@@ -49,7 +49,7 @@ class GitUtils:
                 raise PermissionError(test_git_dir.owner())
         except ReferenceError:
             if self.__git_name == "wrapper":
-                logger.warning("Exegol has [red]not[/red] been installed via git clone. Skipping wrapper auto-update operation.")
+                #logger.warning("Exegol has [red]not[/red] been installed via git clone. Skipping wrapper auto-update operation.")
                 if ConstantConfig.pipx_installed:
                     logger.info("If you have installed Exegol with pipx, check for an update with the command "
                                 "[green]pipx upgrade exegol[/green]")
