This commit is contained in:
Philippe Caseiro 2022-06-29 17:08:12 +02:00
parent 767c3856a1
commit 7f1f53bbd9
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ func (p *SystemPackage) Manage() error {
}
}
log.Printf("\t Installing %s package\n", p.Name)
log.Printf("\tInstalling %s package\n", p.Name)
switch os := p.Distribution; os {
case "debian", "ubuntu":
_, stdErr, pkErr = utils.RunSystemCommand("apt", "install", "-y", p.Name)