added support for fast mode (#168)

This commit is contained in:
Jacob Payne
2022-09-30 17:23:10 -07:00
committed by Itxaka
parent 0d88ec39a9
commit b1396c541b
4 changed files with 14 additions and 4 deletions

View File

@@ -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)