mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
checkupdates: add a bookworm blocklist item
This commit is contained in:
parent
f7ca36a66b
commit
082df1d9b6
@ -628,6 +628,7 @@ def checkupdates_app(app: metadata.App) -> None:
|
||||
'apt-get install openjdk-17-jdk-headless',
|
||||
'apt-get install -y openjdk-17-jdk-headless',
|
||||
'update-alternatives --auto java',
|
||||
'update-java-alternatives -a',
|
||||
]
|
||||
|
||||
for build in newbuilds:
|
||||
|
Loading…
Reference in New Issue
Block a user