feat: wait for user input to close script

This commit is contained in:
Baipyrus 2024-11-28 17:14:11 +01:00
parent 8990d50297
commit adc469b4f9

View File

@ -62,3 +62,4 @@ Get-ChildItem -Path "$env:TMP\nerd-fonts-config" -Filter "*.zip" | `
# Final message
Write-Host "Windows setup complete!" -ForegroundColor Green
Read-Host "Press any key to continue ..."