major update to override Write-Output func
This commit is contained in:
+1
-1
@@ -10,4 +10,4 @@ If ( IsAdmin )
|
||||
|
||||
If ( $Installer ) { Install-Program -Path "${Installer}" -Arguments "/S" -Delete }
|
||||
}
|
||||
Else { LogMsg "Must be an administrator to install VLC" }
|
||||
Else { Write-Output "Must be an administrator to install VLC" }
|
||||
Reference in New Issue
Block a user