From 2b21c5199d1eba1d2bd24e9fc1a03a25cc269aac Mon Sep 17 00:00:00 2001 From: "Florian RICHER (MrDev023)" Date: Wed, 13 Apr 2022 23:48:31 +0200 Subject: [PATCH] [WINDOWS] Improvement --- run_once_prepare_windows.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run_once_prepare_windows.ps1 b/run_once_prepare_windows.ps1 index 3e7c473..a8615ff 100644 --- a/run_once_prepare_windows.ps1 +++ b/run_once_prepare_windows.ps1 @@ -16,9 +16,9 @@ if (-Not ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdent scoop bucket add nerd-fonts scoop install FiraCode-NF FiraCode-NF-Mono FiraMono-NF FiraCode-Script FiraCode Delugia-Nerd-Font-Complete Delugia-Mono-Nerd-Font-Complete Cascadia-Code CascadiaCode-NF CascadiaCode-NF-Mono - $CommandLine = "-NoExit -File `"" + $MyInvocation.MyCommand.Path + "`" " + $MyInvocation.UnboundArguments + $CommandLine = "-File `"" + $MyInvocation.MyCommand.Path + "`" " + $MyInvocation.UnboundArguments Start-Process -FilePath PowerShell.exe -Verb Runas -ArgumentList $CommandLine - Start-Sleep -Seconds 10 + Start-Sleep -Seconds 1 } else { try { $appDatasToSymlink = 'gitui'