1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

provision-apt: also run dist-upgrade

This ensures the kernel is upgraded as well with security fixes.
This commit is contained in:
Marcus Hoffmann 2018-11-27 18:14:50 +01:00
parent 0dcd034270
commit 51accbd1d2

View File

@ -38,6 +38,7 @@ dpkg --add-architecture i386
apt-get update || apt-get update
apt-get upgrade --download-only
apt-get upgrade
apt-get dist-upgrade
packages="
ant