X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;ds=sidebyside;f=_webi%2Ftemplate.ps1;h=632b72d5f2ac14af5bd97048bfbc241fb8604f26;hb=refs%2Fremotes%2Forigin%2FHEAD;hp=42e0c6b878a11fea88bc6ecc2392f96a94cdf08d;hpb=dbeef945f552f6554d78e644d3e0b5ca9f6603e1;p=webi-installers%2F.git diff --git a/_webi/template.ps1 b/_webi/template.ps1 index 42e0c6b..632b72d 100644 --- a/_webi/template.ps1 +++ b/_webi/template.ps1 @@ -21,25 +21,21 @@ $Env:WEBI_HOST = 'https://webinstall.dev' # Switch to userprofile pushd $Env:USERPROFILE -# Make paths if needed - - +# Make paths New-Item -Path Downloads -ItemType Directory -Force | out-null - -if (!(Test-Path -Path .local\bin)) -{ - New-Item -Path .local\bin -ItemType Directory -Force -} -if (!(Test-Path -Path .local\opt)) -{ - New-Item -Path .local\opt -ItemType Directory -Force -} +New-Item -Path .local\bin -ItemType Directory -Force | out-null +New-Item -Path .local\opt -ItemType Directory -Force | out-null # {{ baseurl }} # {{ version }} 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