Fix apt-get update outputting to normalized package list
This commit is contained in:
parent
bc57ba7fe5
commit
7372298c74
1 changed files with 1 additions and 1 deletions
2
lib.sh
2
lib.sh
|
@ -103,7 +103,7 @@ function get_package_name_ver {
|
||||||
###############################################################################
|
###############################################################################
|
||||||
function get_normalized_package_list {
|
function get_normalized_package_list {
|
||||||
# Update Apt cache
|
# Update Apt cache
|
||||||
apt-get update
|
apt-get update >&2
|
||||||
# Remove commas, and block scalar folded backslashes,
|
# Remove commas, and block scalar folded backslashes,
|
||||||
# extraneous spaces at the middle, beginning and end
|
# extraneous spaces at the middle, beginning and end
|
||||||
# then sort.
|
# then sort.
|
||||||
|
|
Loading…
Reference in a new issue