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

provision-apt: don't run dist-upgrade

It might be a breaking operation with certain package configurations.
Package updates that require this (kernel) should come through the
basebox
This commit is contained in:
Marcus Hoffmann 2018-11-28 18:58:14 +01:00
parent cf81d198ff
commit 13431fe54e

View File

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