mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue