mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 23:12:46 +03:00
provision-apt: also run dist-upgrade
This ensures the kernel is upgraded as well with security fixes.
This commit is contained in:
parent
0dcd034270
commit
51accbd1d2
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ 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