Use apt-fast to show package information.

This commit is contained in:
awalsh128 2022-08-02 20:06:48 -07:00
parent 6284aec7c5
commit d6f5911510

View file

@ -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