mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-06 03:46:02 +08:00
fix nm-win-installer - add WireGuard env
This commit is contained in:
parent
b7197644ac
commit
64d0660392
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ new-module -name netclient-install -scriptblock {
|
|||
If(-Not $installed) {
|
||||
Quit "Could not install WireGuard"
|
||||
} else {
|
||||
$env:Path += (";" + $env:ProgramFiles + "\WireGuard")
|
||||
Write-Host "'$software' is installed."
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue