mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-23 22:16:48 +00:00
fix(pwsh): '$pkg_dst' is a link, not a directory
This commit is contained in:
+2
-2
@@ -12,8 +12,8 @@ __init_pwsh() {
|
||||
pkg_src="$HOME/.local/opt/pwsh-v$WEBI_VERSION/"
|
||||
|
||||
pkg_dst_cmd="$HOME/.local/opt/pwsh/pwsh"
|
||||
pkg_dst_dir="$HOME/.local/opt/pwsh/"
|
||||
pkg_dst="$HOME/.local/opt/pwsh/"
|
||||
pkg_dst_dir="$HOME/.local/opt/pwsh"
|
||||
pkg_dst="$HOME/.local/opt/pwsh"
|
||||
|
||||
pkg_get_current_version() {
|
||||
# 'pwsh --version' has output in this format:
|
||||
|
||||
Reference in New Issue
Block a user