mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-09-17 23:37:44 +00:00
added support for fast mode (#168)
This commit is contained in:
@@ -122,7 +122,9 @@ func Install(dir ...string) error {
|
||||
|
||||
cmd.PrintText(agentConfig.Branding.Install, "Installation")
|
||||
|
||||
time.Sleep(5 * time.Second)
|
||||
if !agentConfig.Fast {
|
||||
time.Sleep(5 * time.Second)
|
||||
}
|
||||
|
||||
if tk != "" {
|
||||
qr.Print(tk)
|
||||
|
Reference in New Issue
Block a user