mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-23 06:08:36 +01:00
Update install-basic-apps.ps1
This commit is contained in:
parent
18a1b55580
commit
a0a9a6230f
@ -39,7 +39,7 @@ try {
|
||||
$Step++
|
||||
}
|
||||
[int]$Elapsed = $StopWatch.Elapsed.TotalSeconds
|
||||
"✔️ installed $NumEntries basic apps in $Elapsed sec"
|
||||
"✔️ installed $NumEntries apps in $Elapsed sec"
|
||||
exit 0 # success
|
||||
} catch {
|
||||
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
||||
|
Loading…
Reference in New Issue
Block a user