init: first commit
This commit is contained in:
parent
36cc923896
commit
484c26eade
@ -11,13 +11,13 @@ type ConfigStruct struct {
|
||||
var Config = ConfigStruct{
|
||||
Hosts: map[string]string{
|
||||
"alpha": "127.0.0.1",
|
||||
/*"beta": "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"},
|
||||
|
Loading…
Reference in New Issue
Block a user