- If there are pre-install notes, prompt the user before proceeding. - Adds --yes and --no flags to bypass installation prompts non-interactively.
7 lines
192 B
TOML
7 lines
192 B
TOML
[core]
|
|
email = "test@mail.com"
|
|
reporting = false
|
|
[package]
|
|
sources = [ "git://github.com/mesosphere/universe.git", "https://github.com/mesosphere/universe/archive/master.zip",]
|
|
cache = "true"
|