summarylogtreecommitdiffstats
path: root/mihomo-bin.install
blob: 2af2054fa5fd7842dc0331129b76ec50215851c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install(){
    post_upgrade
}
post_upgrade(){
    cat << EOF
    This is Mihomo Kernel by MetaCubeX, formerly known as Clash.Meta.
    You can find the manual at https://wiki.metacubex.one/
    Home directory mihomo.service at /etc/mihomo
    User home directory ~/.config/mihomo by default
EOF

}