Browse Source

fix(deameliorate): remove debugging ReadKey

pull/13/head
he3als 1 month ago
parent
commit
a19de34df2
Signed by: he3als GPG Key ID: A0FC52EA5368ECF4
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/Actions/Deameliorate.cs

+ 1
- 2
src/Actions/Deameliorate.cs View File

@ -155,8 +155,7 @@ Continue? (Y/N): "
key.Close();
}
Console.ReadKey();
Program.Frame.Clear();
ConsoleTUI.OpenFrame.WriteCentered("\r\nCompleted initial setup!", ConsoleColor.Green);
ConsoleTUI.OpenFrame.WriteCentered("\r\nWindows Setup will display as 'Windows Server,' but it's not actually installing Windows Server and is only set as such to bypass hardware requirements.");


Loading…
Cancel
Save