mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01: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:
parent
cf81d198ff
commit
13431fe54e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user