update to remove the process check - using Run-Script -HaltIfRunning instead
This commit is contained in:
@@ -5,10 +5,7 @@ If ( IsAdmin )
|
||||
|
||||
## Install package
|
||||
$Installer = Download-File -URL $URL
|
||||
If ( Test-Path $Installer ) {
|
||||
End-Process -Name "wireguard" -Match -Force
|
||||
Install-Program -Path "${Installer}" -Delete
|
||||
}
|
||||
If ( Test-Path $Installer ) { Install-Program -Path "${Installer}" -Delete }
|
||||
Else { LogMsg "The Wireguard installer was not downloaded properly" }
|
||||
}
|
||||
Else { LogMsg "Must be an administrator to install Wireguard" }
|
||||
Reference in New Issue
Block a user