Updated list-updates.ps1

This commit is contained in:
Markus Fleschutz 2024-09-28 14:59:13 +02:00
parent ea0e38f364
commit c43e787025

View File

@ -34,7 +34,7 @@ try {
Write-Progress -completed "Done." Write-Progress -completed "Done."
} }
" " " "
"NOTE: Use the script 'install-updates.ps1' to install the listed updates." "NOTE: Execute script 'install-updates.ps1' to install the listed updates."
exit 0 # success exit 0 # success
} catch { } catch {
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])" "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"