Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
12345678 |
- #!/bin/sh -e
-
- # Source debconf library.
- . /usr/share/debconf/confmodule
-
- # certificate type choice
- db_input critical jitsi-meet/cert-choice || true
- db_go
|