X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=gitdeploy%2Finstall.ps1;fp=gitdeploy%2Finstall.ps1;h=2d9286a99a411aed8c37fd6f964ac22406196961;hb=b944f3cb2597fac8225446ba9fbc110790c59c74;hp=b10d7539bdbbbb0ad3d984ee8ad706fedefd683c;hpb=0ce7e4951b7706a46981b407bd1446e2b753153d;p=webi-installers%2F.git diff --git a/gitdeploy/install.ps1 b/gitdeploy/install.ps1 index b10d753..2d9286a 100644 --- a/gitdeploy/install.ps1 +++ b/gitdeploy/install.ps1 @@ -15,6 +15,7 @@ $pkg_src_bin = "$Env:USERPROFILE\.local\opt\gitdeploy-v$Env:WEBI_VERSION\bin" $pkg_src_dir = "$Env:USERPROFILE\.local\opt\gitdeploy-v$Env:WEBI_VERSION" $pkg_src = "$pkg_src_cmd" +New-Item "$Env:USERPROFILE\Downloads" -ItemType Directory -Force | out-null $pkg_download = "$Env:USERPROFILE\Downloads\$Env:WEBI_PKG_FILE" # Fetch archive