mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-20 13:50:12 +01: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:
parent
47cbc47346
commit
759fa3b40a
@ -51,7 +51,7 @@ apt-get upgrade
|
|||||||
apt-get update || apt-get update
|
apt-get update || apt-get update
|
||||||
|
|
||||||
packages="
|
packages="
|
||||||
apksigner/bullseye-backports
|
apksigner
|
||||||
default-jdk-headless
|
default-jdk-headless
|
||||||
default-jre-headless
|
default-jre-headless
|
||||||
dexdump
|
dexdump
|
||||||
|
Loading…
Reference in New Issue
Block a user