ref(pwsh): cleanup and comment 'pkg_done_message'

This commit is contained in:
AJ ONeal
2024-05-16 21:10:25 +00:00
parent 974e2cfc9c
commit 7b70ab8538
+3 -1
View File
@@ -45,7 +45,9 @@ __init_pwsh() {
}
pkg_done_message() {
echo "Installed 'pwsh' at $pkg_dst"
# We print the version here to ensure the install completed without
# errors - no missing libraries, not incompatible arch, etc
echo ""
"$pkg_dst_cmd" -V
}
}