1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

themes: dont handle custom themes in onCompleted

- Defer entirley to FileView
This commit is contained in:
bbedward
2025-12-08 23:44:04 -05:00
parent 858c6407a9
commit c4aea6d326
2 changed files with 8 additions and 16 deletions

View File

@@ -506,7 +506,7 @@ func (d *DebianDistribution) installAPTPackages(ctx context.Context, packages []
d.log(fmt.Sprintf("Installing APT packages: %s", strings.Join(packages, ", ")))
args := []string{"apt-get", "install", "-y"}
args := []string{"DEBIAN_FRONTEND=noninteractive", "apt-get", "install", "-y"}
args = append(args, packages...)
progressChan <- InstallProgressMsg{