Skip to content

Commit

Permalink
style(installer): replace VeeamNotify header in script output
Browse files Browse the repository at this point in the history
  • Loading branch information
tigattack committed Apr 2, 2024
1 parent 6dba2de commit 33fa21d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Installer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,14 @@ param(
$project = 'VeeamNotify'
$ErrorActionPreference = 'Stop'

Write-Output @'
#######################################
# #
# VeeamNotify Installer #
# #
#######################################
'@
Write-Output "
__ __ _ _ _ _ __
\ \ / /__ ___ __ _ _ __ ___ | \ | | ___ | |_(_)/ _|_ _
\ \ / / _ \/ _ \/ _` | '_ ` _ \| \| |/ _ \| __| | |_| | | |
\ V / __/ __/ (_| | | | | | | |\ | (_) | |_| | _| |_| |
\_/ \___|\___|\__,_|_| |_| |_|_| \_|\___/ \__|_|_| \__, |
|___/
"

# Check if this project is already installed and if so, exit
if (Test-Path "$InstallParentPath\$project\resources\version.txt") {
Expand Down

0 comments on commit 33fa21d

Please sign in to comment.