Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
pull/1045/head
Dan Schaper 8 years ago
parent 4eedf8a746
commit a328326e39
No known key found for this signature in database
GPG Key ID: 572E999E385B7BFC

@ -720,10 +720,10 @@ update_pacakge_cache() {
#Update package cache on apt based OSes. Do this every time since
#it's quick and packages can be updated at any time.
echo ":::"
echo -n "::: Updating local cache of available packages..."
${UPDATE_PKG_CACHE} &> /dev/null
echo " done!"
echo ":::"
echo -n "::: Updating local cache of available packages..."
${UPDATE_PKG_CACHE} &> /dev/null
echo " done!"
}
notify_package_updates_available() {

Loading…
Cancel
Save