Update APT packages

They'd be upgraded anyway when we restore them
pull/102/head
Michele Locati 2020-01-31 10:42:16 +01:00
parent 824b8b5ba3
commit d45b59d6b8
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 1 additions and 0 deletions

View File

@ -645,6 +645,7 @@ buildRequiredPackageLists() {
;;
debian)
DEBIAN_FRONTEND=noninteractive apt-get update -q
DEBIAN_FRONTEND=noninteractive apt-get upgrade -qqy
;;
esac
if test -n "$buildRequiredPackageLists_persistent"; then