mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-18 21:47:19 -04:00
buildserver: fix apksigner install
Adding /bullseye-backports confuses things apparently. Without it, apt will look in bullseye-backports automatically, including for deps. But it will not look for deps in bullseye-backports if /bullseye-backports is used. !1205
This commit is contained in:
@@ -51,7 +51,7 @@ apt-get upgrade
|
||||
apt-get update || apt-get update
|
||||
|
||||
packages="
|
||||
apksigner/bullseye-backports
|
||||
apksigner
|
||||
default-jdk-headless
|
||||
default-jre-headless
|
||||
dexdump
|
||||
|
||||
Reference in New Issue
Block a user