diff --git a/_webi/template.ps1 b/_webi/template.ps1 index ca7f1a7..2f661ec 100644 --- a/_webi/template.ps1 +++ b/_webi/template.ps1 @@ -37,9 +37,9 @@ $Env:WEBI_HOST = 'https://webinstall.dev' Push-Location $Env:USERPROFILE # Make paths -New-Item -Path Downloads -ItemType Directory -Force | Out-Null -New-Item -Path .local\bin -ItemType Directory -Force | Out-Null -New-Item -Path .local\opt -ItemType Directory -Force | Out-Null +New-Item -Path "$Env:USERPROFILE\Downloads" -ItemType Directory -Force | Out-Null +New-Item -Path "$Env:USERPROFILE\.local\bin" -ItemType Directory -Force | Out-Null +New-Item -Path "$Env:USERPROFILE\.local\opt" -ItemType Directory -Force | Out-Null # {{ baseurl }} # {{ version }}