init: first commit

This commit is contained in:
Louis Dalibard 2024-04-20 22:33:46 +02:00
parent 36cc923896
commit 484c26eade
2 changed files with 3 additions and 3 deletions

View File

@ -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"},

BIN
kon

Binary file not shown.