Update Winget-AutoUpdate-Install.ps1

pull/37/head
Romain 2022-04-03 12:40:44 +02:00
parent 3a0a9b496d
commit 8a8511c751
1 changed files with 7 additions and 5 deletions

View File

@ -204,11 +204,13 @@ function Start-WingetAutoUpdate{
<# MAIN #> <# MAIN #>
Write-host "###################################" Write-Host "`n"
Write-host "# #" Write-Host "`t###################################"
Write-host "# Winget AutoUpdate #" Write-Host "`t# #"
Write-host "# #" Write-Host "`t# Winget AutoUpdate #"
Write-host "###################################`n" Write-Host "`t# #"
Write-Host "`t###################################"
Write-Host "`n"
if (!$Uninstall){ if (!$Uninstall){
Write-host "Installing to $WingetUpdatePath\" Write-host "Installing to $WingetUpdatePath\"