mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-05-21 08:02:47 +00:00
fix(windows): always use $HOME-relative paths
This commit is contained in:
@@ -21,7 +21,7 @@ IF (!(Test-Path -Path "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE")) {
|
||||
|
||||
IF (!(Test-Path -Path "$pkg_src_cmd")) {
|
||||
Write-Output "Installing yq"
|
||||
Push-Location .local\tmp
|
||||
Push-Location $HOME\.local\tmp
|
||||
|
||||
Remove-Item -Path ".\yq-v*" -Recurse -ErrorAction Ignore
|
||||
Remove-Item -Path ".\yq.exe" -Recurse -ErrorAction Ignore
|
||||
|
||||
Reference in New Issue
Block a user