diff --git a/config/config.go b/config/config.go index 7f9e695..4f627b8 100644 --- a/config/config.go +++ b/config/config.go @@ -10,14 +10,14 @@ type ConfigStruct struct { var Config = ConfigStruct{ Hosts: map[string]string{ - "alpha": "127.0.0.1", - /*"beta": "127.0.0.1", + "alpha": "127.0.0.1", + "beta": "127.0.0.1", "gamma": "127.0.0.1", "delta": "127.0.0.1", "epsilon": "127.0.0.1", "zeta": "127.0.0.1", "eta": "127.0.0.1", - "omega": "127.0.0.1",*/ + "omega": "127.0.0.1", }, Commands: map[string][]string{ "update": {"yes", "|", "sudo", "pacman", "-Syyu"}, diff --git a/kon b/kon index e9bc322..0e073e8 100755 Binary files a/kon and b/kon differ