diff --git a/scriptsharp/ScriptSharp/Script4N6.cs b/scriptsharp/ScriptSharp/Script4N6.cs index f429df9..05ad6c7 100644 --- a/scriptsharp/ScriptSharp/Script4N6.cs +++ b/scriptsharp/ScriptSharp/Script4N6.cs @@ -39,7 +39,7 @@ await Task.WhenAll( Utils.CreateDesktopShortcut("IntelliJ", UtilsIntellij.PathToIntellij()); await UtilsAndroidStudio.StartAndroidStudio(); - Utils.StartKmb(); + // Utils.StartKmb(); LogSingleton.Get.LogAndWriteLine(" FAIT Installation 4N6 Android + serveur Spring "); } diff --git a/scriptsharp/ScriptSharp/Script5N6.cs b/scriptsharp/ScriptSharp/Script5N6.cs index b7ff5f6..617b064 100644 --- a/scriptsharp/ScriptSharp/Script5N6.cs +++ b/scriptsharp/ScriptSharp/Script5N6.cs @@ -40,7 +40,7 @@ await Task.WhenAll( Utils.RunCommand(UtilsAndroidStudio.PathToAndroidStudio() + " installPlugins com.github.copilot"); Utils.RunCommand(UtilsAndroidStudio.PathToAndroidStudio() + " installPlugins com.localizely.flutter-intl"); await UtilsFlutter.InstallFlutter(); - Utils.StartKmb(); + // Utils.StartKmb(); await UtilsAndroidStudio.StartAndroidStudio(); Utils.CreateDesktopShortcut("IntelliJ", UtilsIntellij.PathToIntellij()); LogSingleton.Get.LogAndWriteLine(" FAIT 5N6 Flutter complet");