Files
tuwunel/debian/config
Jason Volk 77426c0d7a Update arch directory.
Update debian directory.

Signed-off-by: Jason Volk <jason@zemos.net>
2025-05-03 00:16:28 +00:00

19 lines
371 B
Bash

#!/bin/sh
set -e
# TODO: implement debconf support that is maintainable without duplicating the config
# Source debconf library.
#. /usr/share/debconf/confmodule
#
## Ask for the Matrix homeserver name, address and port.
#db_input high tuwunel/hostname || true
#db_go
#
#db_input low tuwunel/address || true
#db_go
#
#db_input medium tuwunel/port || true
#db_go
exit 0