mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03: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
1 changed files with 0 additions and 1 deletions
|
|
@ -38,7 +38,6 @@ dpkg --add-architecture i386
|
||||||
apt-get update || apt-get update
|
apt-get update || apt-get update
|
||||||
apt-get upgrade --download-only
|
apt-get upgrade --download-only
|
||||||
apt-get upgrade
|
apt-get upgrade
|
||||||
apt-get dist-upgrade
|
|
||||||
|
|
||||||
packages="
|
packages="
|
||||||
ant
|
ant
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue