diff --git a/CHAMP.ps1 b/CHAMP.ps1 index 63e94d0..06ebc97 100644 --- a/CHAMP.ps1 +++ b/CHAMP.ps1 @@ -1338,6 +1338,8 @@ $Form1.Name = "Form1" $Form1.StartPosition = [System.Windows.Forms.FormStartPosition]::CenterParent $Form1.Text = "CHAMP - Agile Axolotl" Function preflight () { + Write-Host -ForegroundColor "Yellow" -BackColor "Black" "CHAMP - Agile Axolotl Update" + Write-Host "\n\n" $preflightCounter = [int] 0 $preflightDependancies = "" Write-Host "Running Pre-Flight checks...`n"