diff --git a/FFUDevelopment/Apps/Orchestration/Install-StoreApps.ps1 b/FFUDevelopment/Apps/Orchestration/Install-StoreApps.ps1 index 07cc120..253ca23 100644 --- a/FFUDevelopment/Apps/Orchestration/Install-StoreApps.ps1 +++ b/FFUDevelopment/Apps/Orchestration/Install-StoreApps.ps1 @@ -52,5 +52,6 @@ foreach ($appFolder in Get-ChildItem -Path $basePath -Directory) { # Output and execute the command Write-Output $dismCommand Invoke-Expression -Command $dismCommand + Write-Output "" } } \ No newline at end of file