mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-03-03 18:00:18 +00:00
fix .bin typo
This commit is contained in:
@@ -34,8 +34,8 @@ if (!(Test-Path -Path .local\opt))
|
||||
# {{ version }}
|
||||
|
||||
# Run pathman to set up the folder
|
||||
#& "$Env:USERPROFILE\.local\bin\pathman.exe" add "$Env:USERPROFILE\.local\.bin"
|
||||
& "$Env:USERPROFILE\.local\bin\pathman.exe" add .local\.bin
|
||||
#& "$Env:USERPROFILE\.local\bin\pathman.exe" add "$Env:USERPROFILE\.local\bin"
|
||||
& "$Env:USERPROFILE\.local\bin\pathman.exe" add .local\bin
|
||||
|
||||
{{ installer }}
|
||||
|
||||
|
||||
@@ -44,8 +44,8 @@ if (!(Test-Path -Path .local\bin\pathman.exe))
|
||||
}
|
||||
|
||||
# Run pathman to set up the folder
|
||||
#& "$Env:USERPROFILE\.local\bin\pathman.exe" add "$Env:USERPROFILE\.local\.bin"
|
||||
& "$Env:USERPROFILE\.local\bin\pathman.exe" add .local\.bin
|
||||
#& "$Env:USERPROFILE\.local\bin\pathman.exe" add "$Env:USERPROFILE\.local\bin"
|
||||
& "$Env:USERPROFILE\.local\bin\pathman.exe" add .local\bin
|
||||
|
||||
# {{ baseurl }}
|
||||
# {{ version }}
|
||||
|
||||
Reference in New Issue
Block a user