mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-19 21:30:10 +01:00
Merge branch 'jdk17' into 'master'
checkupdates: add a bookworm blocklist item See merge request fdroid/fdroidserver!1458
This commit is contained in:
commit
6ab4b99a5f
@ -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