From d6f59115102ae58ac7518feb9b70c4fd47bb855d Mon Sep 17 00:00:00 2001 From: awalsh128 Date: Tue, 2 Aug 2022 20:06:48 -0700 Subject: [PATCH] Use apt-fast to show package information. --- pre_cache_action.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pre_cache_action.sh b/pre_cache_action.sh index da9713e..21b31ca 100755 --- a/pre_cache_action.sh +++ b/pre_cache_action.sh @@ -47,7 +47,7 @@ log_empty_line versioned_packages="" log "Verifying packages..." for package in ${packages}; do - if test ! "$(apt show "${package}")"; then + if test ! "$(apt-fast show "${package}")"; then echo "aborted" log "Package '${package}' not found." >&2 exit 3