removing windows installer portions

This commit is contained in:
afeiszli
2022-05-15 20:26:38 -04:00
parent d2d8f47346
commit bc1eb17bad
6 changed files with 41 additions and 149 deletions

View File

@@ -49,13 +49,7 @@ func Join(cfg *config.ClientConfig, privateKey string) error {
return err
}
logger.Log(1, "joined ", cfg.Network)
/*
if ncutils.IsWindows() {
logger.Log("setting up WireGuard app", 0)
time.Sleep(time.Second >> 1)
functions.Pull(cfg.Network, true)
}
*/
return err
}