fix: removerepo and LC_ALL=C for info command

This commit is contained in:
2025-03-19 08:26:53 +03:00
parent 3c37310f0d
commit 4ac2432770
8 changed files with 113 additions and 29 deletions

View File

@ -122,6 +122,9 @@ func InfoCmd() *cli.Command {
slog.Error("Can't detect system language", "err", err)
os.Exit(1)
}
if systemLang == "" {
systemLang = "en"
}
if !all {
info, err := distro.ParseOSRelease(ctx)