dischord/DEBIAN/postinst

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