Browse Source

changing script

afeiszli 3 years ago
parent
commit
19da1d4c6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/netclient-install.ps1

+ 1 - 1
scripts/netclient-install.ps1

@@ -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 {