dischord/DEBIAN/postinst

6 lines
116 B
Plaintext
Raw Normal View History

2022-09-20 00:54:22 +02:00
#!/usr/bin/env sh
cd /etc/dischord
dischord -wizard -quit_after_wizard
cd -
systemctl enable --now dischord.service