diff --git a/scripts/Windows/Collections/Personal.ps1 b/scripts/Windows/Collections/Personal.ps1
index d28c01db..509d8981 100644
--- a/scripts/Windows/Collections/Personal.ps1
+++ b/scripts/Windows/Collections/Personal.ps1
@@ -69,9 +69,11 @@ function Restore-PersonalApps([Context] $context) {
     # Browsing
     Install-Firefox $context;
     . "$PSScriptRoot/../Software/MSEdgeRedirect/Install.ps1";
-    winget install --accept-source-agreements --accept-package-agreements -e --id Brave.Brave;
-    winget install --accept-source-agreements --accept-package-agreements -e --id Brave.Brave.Beta;
-    winget install --accept-source-agreements --accept-package-agreements -e --id Brave.Brave.Nightly;
+
+    winget install --accept-source-agreements --accept-package-agreements `
+        -e --id Brave.Brave `
+        -e --id Brave.Brave.Beta `
+        -e --id Brave.Brave.Nightly;
 
     $context.RemoveDesktopIcon("*Brave*");
     $context.RemoveTaskbarItem("*Brave*");