blob: 1efef3aa07ff05fee17e50ea725d66421a66ab50 (
plain)
1
2
3
4
5
|
post_install() {
echo "-------------------------------------------------------------------------"
echo "After installation, run \"sudo systemctl enable --now dae\" to start up on boot."
echo "-------------------------------------------------------------------------"
}
|