9 lines
154 B
Plaintext
9 lines
154 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
# Source debconf library.
|
||
|
. /usr/share/debconf/confmodule
|
||
|
|
||
|
# certificate type choice
|
||
|
db_input critical jitsi-meet/cert-choice || true
|
||
|
db_go
|