Update APT cache before normalizing package list
All checks were successful
Publish Master Push Event / Publish master push (push) Successful in 1s
All checks were successful
Publish Master Push Event / Publish master push (push) Successful in 1s
This commit is contained in:
parent
2f457b3b06
commit
bc57ba7fe5
1 changed files with 2 additions and 0 deletions
2
lib.sh
2
lib.sh
|
@ -102,6 +102,8 @@ function get_package_name_ver {
|
|||
# Sorted list of space delimited package name=version pairs.
|
||||
###############################################################################
|
||||
function get_normalized_package_list {
|
||||
# Update Apt cache
|
||||
apt-get update
|
||||
# Remove commas, and block scalar folded backslashes,
|
||||
# extraneous spaces at the middle, beginning and end
|
||||
# then sort.
|
||||
|
|
Loading…
Reference in a new issue