Change WAU install header
parent
9cfa54b2de
commit
9942e1887a
|
@ -333,12 +333,16 @@ function Start-WingetAutoUpdate{
|
|||
<# MAIN #>
|
||||
|
||||
Write-Host "`n"
|
||||
Write-Host "`t###################################"
|
||||
Write-Host "`t# #"
|
||||
Write-Host "`t# Winget AutoUpdate #"
|
||||
Write-Host "`t# #"
|
||||
Write-Host "`t###################################"
|
||||
Write-Host "`n"
|
||||
Write-Host "`t 888 888 d8888 888 888" -ForegroundColor Magenta
|
||||
Write-Host "`t 888 o 888 d88888 888 888" -ForegroundColor Magenta
|
||||
Write-Host "`t 888 d8b 888 d88P888 888 888" -ForegroundColor Magenta
|
||||
Write-Host "`t 888 d888b 888 d88P 888 888 888" -ForegroundColor Magenta
|
||||
Write-Host "`t 888d88888b888 d88P 888 888 888" -ForegroundColor Cyan
|
||||
Write-Host "`t 88888P Y88888 d88P 888 888 888" -ForegroundColor Magenta
|
||||
Write-Host "`t 888P Y888 d88P 888 Y8888888P`n" -ForegroundColor Magenta
|
||||
Write-Host "`t Winget-AutoUpdate`n" -ForegroundColor Cyan
|
||||
Write-Host "`t https://github.com/Romanitho/Winget-AutoUpdate`n" -ForegroundColor Magenta
|
||||
Write-Host "`t________________________________________________________`n`n"
|
||||
|
||||
if (!$Uninstall){
|
||||
Write-host "Installing WAU to $WingetUpdatePath\"
|
||||
|
|
Loading…
Reference in New Issue