Update install-basic-apps.ps1

This commit is contained in:
Markus Fleschutz 2022-09-10 15:23:15 +02:00
parent 18a1b55580
commit a0a9a6230f

View File

@ -39,7 +39,7 @@ try {
$Step++ $Step++
} }
[int]$Elapsed = $StopWatch.Elapsed.TotalSeconds [int]$Elapsed = $StopWatch.Elapsed.TotalSeconds
"✔️ installed $NumEntries basic apps in $Elapsed sec" "✔️ installed $NumEntries apps in $Elapsed sec"
exit 0 # success exit 0 # success
} catch { } catch {
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])" "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"