X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=git%2Finstall.ps1;h=d47b2095e6998dd62565135ea4860ea4a52a25df;hb=72406c4e0d438b76da054be8d5eff42d08312498;hp=d6d1e22df177d19e8acab7775a03a801389db87f;hpb=85a231cc55e039a7e99a5a853a7d7ad8519fa596;p=webi-installers%2F.git diff --git a/git/install.ps1 b/git/install.ps1 index d6d1e22..d47b209 100644 --- a/git/install.ps1 +++ b/git/install.ps1 @@ -53,4 +53,6 @@ Remove-Item -Path "$pkg_dst" -Recurse -ErrorAction Ignore Copy-Item -Path "$pkg_src" -Destination "$pkg_dst" -Recurse # Add to path -& "$Env:USERPROFILE\.local\bin\pathman.exe" add %USERPROFILE%\.local\opt\git\cmd +& "$Env:USERPROFILE\.local\bin\pathman.exe" add ~/.local/opt/git/cmd +#& "$Env:USERPROFILE\.local\bin\pathman.exe" add "$Env:USERPROFILE\.local\opt\git\cmd" +#& "$Env:USERPROFILE\.local\bin\pathman.exe" add %USERPROFILE%\.local\opt\git\cmd