mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
checkupdates: add a bookworm blocklist item
This commit is contained in:
parent
f7ca36a66b
commit
082df1d9b6
1 changed files with 1 additions and 0 deletions
|
@ -628,6 +628,7 @@ def checkupdates_app(app: metadata.App) -> None:
|
||||||
'apt-get install openjdk-17-jdk-headless',
|
'apt-get install openjdk-17-jdk-headless',
|
||||||
'apt-get install -y openjdk-17-jdk-headless',
|
'apt-get install -y openjdk-17-jdk-headless',
|
||||||
'update-alternatives --auto java',
|
'update-alternatives --auto java',
|
||||||
|
'update-java-alternatives -a',
|
||||||
]
|
]
|
||||||
|
|
||||||
for build in newbuilds:
|
for build in newbuilds:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue