mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-03 05:13:57 -04:00
provision-apt: also run dist-upgrade
This ensures the kernel is upgraded as well with security fixes.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user