mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-20 08:56:48 +00:00
bugfix(yq) update install.ps1 (fix #313)
This commit is contained in:
@@ -33,7 +33,7 @@ IF (!(Test-Path -Path "$pkg_src_cmd"))
|
||||
|
||||
echo "Install Location: $pkg_src_cmd"
|
||||
New-Item "$pkg_src_bin" -ItemType Directory -Force | out-null
|
||||
Move-Item -Path ".\yq.exe" -Destination "$pkg_src_bin"
|
||||
Move-Item -Path ".\yq*.exe" -Destination "$pkg_src_cmd"
|
||||
|
||||
popd
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user