X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=blobdiff_plain;f=_webi%2Ftemplate.ps1;h=632b72d5f2ac14af5bd97048bfbc241fb8604f26;hp=71d4f8249b7a853cdec8d6b9c40b1975f1e11b20;hb=d68d0376b9cead7e1bf6446e71f00c8e3c965a45;hpb=89e0e89d8934850cf3a421034d8a21f15880d864 diff --git a/_webi/template.ps1 b/_webi/template.ps1 index 71d4f82..632b72d 100644 --- a/_webi/template.ps1 +++ b/_webi/template.ps1 @@ -31,6 +31,11 @@ New-Item -Path .local\opt -ItemType Directory -Force | out-null function webi_add_path { + Write-Host '' + Write-Host '*****************************' -ForegroundColor red -BackgroundColor white + Write-Host '* IMPORTANT - READ ME *' -ForegroundColor red -BackgroundColor white + Write-Host '*****************************' -ForegroundColor red -BackgroundColor white + Write-Host '' & "$Env:USERPROFILE\.local\bin\pathman.exe" add "$args[0]" # Note: not all of these work as expected, so we use the unix-style, which is most consistent #& "$Env:USERPROFILE\.local\bin\pathman.exe" add ~/.local/bin