Replies: 1 comment
-
I have thought about a solution that addresses installing the same |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Versions
Latest
Platform
All
Expected behavior
We only need to update the package cache prior to installing so that we have the latest packages for the dependencies. We could skip that as well but calling
apt
on a fresh install that has no package cache will fail.We used to depend on
lighttpd
and needed that to be as recent as possible, we don't need that anymore and running a package cache update is a resource intensive process on SD cards.We should stop checking for an updated package cache on
pihole -up
. Saves time and electrons.Actual behavior / bug
We call
apt update
every time.Beta Was this translation helpful? Give feedback.
All reactions