mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 16:57:51 +08:00
Merge branch 'feature_v0.8_initial_qa' of https://github.com/gravitl/netmaker into feature_v0.8_userspace
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user