X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=_webi%2Ftemplate.ps1;h=71d4f8249b7a853cdec8d6b9c40b1975f1e11b20;hb=76776e9d5403d59b2cd5cba16d84f819a56bc5aa;hp=42e0c6b878a11fea88bc6ecc2392f96a94cdf08d;hpb=dbeef945f552f6554d78e644d3e0b5ca9f6603e1;p=webi-installers%2F.git diff --git a/_webi/template.ps1 b/_webi/template.ps1 index 42e0c6b..71d4f82 100644 --- a/_webi/template.ps1 +++ b/_webi/template.ps1 @@ -21,19 +21,10 @@ $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 }}