dischord/DEBIAN/postinst
2022-09-20 00:54:22 +02:00

6 lines
116 B
Bash
Executable File

#!/usr/bin/env sh
cd /etc/dischord
dischord -wizard -quit_after_wizard
cd -
systemctl enable --now dischord.service