|
@@ -30,7 +30,7 @@ new-module -name netclient-install -scriptblock {
|
|
If(-Not $installed) {
|
|
If(-Not $installed) {
|
|
Quit "Could not install WireGuard"
|
|
Quit "Could not install WireGuard"
|
|
} else {
|
|
} else {
|
|
- $env:Path += (";" + $env:ProgramFiles + "\WireGuard")
|
|
|
|
|
|
+ # $env:Path += (";" + $env:ProgramFiles + "\WireGuard")
|
|
Write-Host "'$software' is installed."
|
|
Write-Host "'$software' is installed."
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|