diff options
| author | Jeff Carr <[email protected]> | 2025-10-04 19:49:55 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-04 19:49:55 -0500 |
| commit | 80c33e855301eda7cdcf053a85e5f65373d7e624 (patch) | |
| tree | 20c486dcfeef508617a3fa9d9c993cdf92df8386 /apt.go | |
| parent | 11ee0bb0d2e3b3eb5169de880c4eaeb6f36987c9 (diff) | |
minorv0.1.9
Diffstat (limited to 'apt.go')
| -rw-r--r-- | apt.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ func aptUpdate() { cmd = append(cmd, "-o", "Dir::Etc::sourcelist=/etc/apt/sources.list.d/wit.list") cmd = append(cmd, "-o", "Dir::Etc::sourceparts=/dev/null") cmd = append(cmd, "-o", "APT::Get::List-Cleanup=0") + log.Info("Running:", cmd) if _, err := shell.RunRealtimeError(cmd); err != nil { badExit(err) } |
