X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=blobdiff_plain;f=powershell%2Finstall.sh;fp=powershell%2Finstall.sh;h=01f5d02477757dcfd2050ce0160b3ad7c9207f42;hp=5a81b9bbecd98e009d9e12907eaabc208bc85cde;hb=ca7a838c6fde6052124947ff442aa9e6056f5e28;hpb=704265583cff80363fec60c4088f5b91f6d98bd0 diff --git a/powershell/install.sh b/powershell/install.sh index 5a81b9b..01f5d02 100644 --- a/powershell/install.sh +++ b/powershell/install.sh @@ -1,6 +1,6 @@ #!/bin/bash -{ +function __init_powershell() { set -e set -u @@ -40,3 +40,5 @@ echo "Installed 'pwsh' at $pkg_dst" } } + +__init_powershell