mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-28 04:46:33 +00:00
doc(windows): typo 'xbin' => 'bin'
This commit is contained in:
@@ -35,13 +35,13 @@ IF (!(Test-Path -Path "$Env:USERPROFILE\.local\bin\$VERNAME")) {
|
||||
|
||||
# Settle unpacked archive into place
|
||||
Write-Output "New Name: $VERNAME"
|
||||
Write-Output "New Location: $Env:USERPROFILE\.local\xbin\$VERNAME"
|
||||
Write-Output "New Location: $Env:USERPROFILE\.local\bin\$VERNAME"
|
||||
Move-Item -Path "$VERNAME" -Destination "$Env:USERPROFILE\.local\bin"
|
||||
|
||||
# Exit tmp
|
||||
Pop-Location
|
||||
}
|
||||
|
||||
Write-Output "Copying into '$Env:USERPROFILE\.local\bin\$EXENAME' from '$Env:USERPROFILE\.local\xbin\$VERNAME'"
|
||||
Write-Output "Copying into '$Env:USERPROFILE\.local\bin\$EXENAME' from '$Env:USERPROFILE\.local\bin\$VERNAME'"
|
||||
Remove-Item -Path "$Env:USERPROFILE\.local\bin\$EXENAME" -Recurse -ErrorAction Ignore
|
||||
Copy-Item -Path "$Env:USERPROFILE\.local\bin\$VERNAME" -Destination "$Env:USERPROFILE\.local\bin\$EXENAME" -Recurse
|
||||
|
||||
Reference in New Issue
Block a user