fix: Use full path to call pwsh, since it is not in the PATH yet

This commit is contained in:
Victor Irzak
2024-05-16 21:10:04 +00:00
committed by AJ ONeal
parent 3810cd621e
commit 974e2cfc9c
+1 -1
View File
@@ -46,7 +46,7 @@ __init_pwsh() {
pkg_done_message() {
echo "Installed 'pwsh' at $pkg_dst"
pwsh -V
"$pkg_dst_cmd" -V
}
}