Merge branch 'feature_v0.8_initial_qa' of https://github.com/gravitl/netmaker into feature_v0.8_userspace

This commit is contained in:
afeiszli
2021-09-21 20:50:34 -04:00
17 changed files with 29 additions and 24 deletions

View File

@@ -352,7 +352,7 @@ func main() {
}
if !ncutils.IsKernel() {
if !local.IsWGInstalled() {
log.Fatal("Please install Windows WireGuard before using Gravitl Netclient. https://download.wireguard.com")
log.Fatal("Please install WireGuard before using Gravitl Netclient. https://download.wireguard.com")
}
}
if len(os.Args) == 1 && ncutils.IsWindows() {