Fix apt-get update outputting to normalized package list

This commit is contained in:
Zachary Hall 2024-10-20 17:32:51 -07:00
parent bc57ba7fe5
commit 7372298c74

2
lib.sh
View file

@ -103,7 +103,7 @@ function get_package_name_ver {
###############################################################################
function get_normalized_package_list {
# Update Apt cache
apt-get update
apt-get update >&2
# Remove commas, and block scalar folded backslashes,
# extraneous spaces at the middle, beginning and end
# then sort.