summarylogtreecommitdiffstats
path: root/clash-meta-bin.install
blob: 00bcc303c01df27200d6511d7a85ef87d5ae02c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install(){
    post_upgrade
}
post_upgrade(){
    cat << EOF
    This is the core of Clash Meta by MetaCubeX forked from Clash by Dreamacro.
    You can find the manual at https://github.com/Dreamacro/clash/wiki/configuration
    Home directory clash.service at /etc/clash
EOF

}