/
Undeadguy
/
conduit
Обзор
Документация
Войти
/
Undeadguy
/
conduit
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
debian/config
17 строк
295 B
Paul van Tilburg
Split config into a Debian and local part
24 ноя 2020, 16:42
Не верифицирован
24 ноя 2020, 16:42
f72554d
Код
Авторство
О чём код?
#!/bin/sh set -e # Source debconf library. . /usr/share/debconf/confmodule # Ask for the Matrix homeserver name, address and port. db_input high matrix-conduit/hostname || true db_go db_input low matrix-conduit/address || true db_go db_input medium matrix-conduit/port || true db_go exit 0