diff --git a/postInstall.ps1 b/postInstall.ps1 index 114a905..45befce 100644 --- a/postInstall.ps1 +++ b/postInstall.ps1 @@ -13,6 +13,23 @@ param( [string]$Components = "" ) +# ================================ +# LOGO +# ================================ +$logo = @" + __ __ _ _ ____ + \ \ / /__| |___ ___ _ __ | / ___| + \ \ /\ / / _ \ / __|/ _ \| '_ \ _ | \___ \ + \ V V / __/ \__ \ (_) | | | | |_| |___) | + \_/\_/ \___|_|___/\___/|_| |_| \___/|____/ + + WelsonJS post-install script + https://github.com/gnh1201/welsonjs + +"@ + +Write-Host $logo + # ================================ # SCRIPT ROOT RESOLUTION # ================================