mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-04 08:21:06 +03:00
checkupdates: Block one more openjdk-11
See:
e397da7962 (note_1197704481)
This commit is contained in:
parent
393301c9e3
commit
a739a262f2
1 changed files with 1 additions and 0 deletions
|
@ -524,6 +524,7 @@ def checkupdates_app(app):
|
|||
|
||||
bullseye_blocklist = [
|
||||
'apt-get install -y openjdk-11-jdk',
|
||||
'apt-get install openjdk-11-jdk-headless',
|
||||
'apt-get install -y openjdk-11-jdk-headless',
|
||||
'apt-get install -t stretch-backports openjdk-11-jdk-headless openjdk-11-jre-headless',
|
||||
'apt-get install -y -t stretch-backports openjdk-11-jdk-headless openjdk-11-jre-headless',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue