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