mirror of
https://github.com/mudler/luet.git
synced 2025-09-25 14:38:50 +00:00
🎨 Display missing files in oscheck with --debug
This commit is contained in:
@@ -58,7 +58,7 @@ To reinstall packages in the list:
|
||||
Database: util.DefaultContext.Config.GetSystemDB(),
|
||||
Target: util.DefaultContext.Config.System.Rootfs,
|
||||
}
|
||||
packs := system.OSCheck()
|
||||
packs := system.OSCheck(util.DefaultContext)
|
||||
if !util.DefaultContext.Config.General.Quiet {
|
||||
if len(packs) == 0 {
|
||||
util.DefaultContext.Success("All good!")
|
||||
|
Reference in New Issue
Block a user