Update Winget-AutoUpdate-Install.ps1
parent
3a0a9b496d
commit
8a8511c751
|
@ -204,11 +204,13 @@ function Start-WingetAutoUpdate{
|
|||
|
||||
<# MAIN #>
|
||||
|
||||
Write-host "###################################"
|
||||
Write-host "# #"
|
||||
Write-host "# Winget AutoUpdate #"
|
||||
Write-host "# #"
|
||||
Write-host "###################################`n"
|
||||
Write-Host "`n"
|
||||
Write-Host "`t###################################"
|
||||
Write-Host "`t# #"
|
||||
Write-Host "`t# Winget AutoUpdate #"
|
||||
Write-Host "`t# #"
|
||||
Write-Host "`t###################################"
|
||||
Write-Host "`n"
|
||||
|
||||
if (!$Uninstall){
|
||||
Write-host "Installing to $WingetUpdatePath\"
|
||||
|
|
Loading…
Reference in New Issue