development #7

Merged
mysticmomba merged 7 commits from development into master 2025-01-03 15:23:08 -05:00
Showing only changes of commit 1d7764bc80 - Show all commits
+2 -1
View File
@@ -1339,7 +1339,8 @@ $Form1.StartPosition = [System.Windows.Forms.FormStartPosition]::CenterParent
$Form1.Text = "CHAMP - Agile Axolotl" $Form1.Text = "CHAMP - Agile Axolotl"
Function preflight () { Function preflight () {
Write-Host "CHAMP - Agile Axolotl Update" -ForegroundColor "Yellow" -BackgroundColor "Black" Write-Host "CHAMP - Agile Axolotl Update" -ForegroundColor "Yellow" -BackgroundColor "Black"
Write-Host "\n\n" Write-Host ""
Write-Host ""
$preflightCounter = [int] 0 $preflightCounter = [int] 0
$preflightDependancies = "" $preflightDependancies = ""
Write-Host "Running Pre-Flight checks...`n" Write-Host "Running Pre-Flight checks...`n"