rebuilt command flag system
This commit is contained in:
@@ -12,8 +12,8 @@ import (
|
||||
"github.com/therootcompany/xz"
|
||||
)
|
||||
|
||||
func downloadHeadless() {
|
||||
var c = readCfg("config.yml")
|
||||
func downloadHeadless(c UsrConfig) {
|
||||
//var c = readCfg("config.yml")
|
||||
headlessQuery := "https://www.factorio.com/get-download/latest/headless/linux64"
|
||||
|
||||
url := headlessQuery
|
||||
|
||||
Reference in New Issue
Block a user