X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=git%2Finstall.ps1;h=d47b2095e6998dd62565135ea4860ea4a52a25df;hb=72406c4e0d438b76da054be8d5eff42d08312498;hp=bf53e2108b9612d49bda383d8b92f1235f25f4bf;hpb=a9f17e551d2d6380a5a11b35c040339b2a12d45a;p=webi-installers%2F.git diff --git a/git/install.ps1 b/git/install.ps1 index bf53e21..d47b209 100644 --- a/git/install.ps1 +++ b/git/install.ps1 @@ -53,5 +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 "$Env: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