summarylogtreecommitdiffstats
path: root/clash-meta-bin.install
blob: 8b2f2bea5301ecf3f75561def2a22fd138d49f2a (plain)
1
2
3
4
5
6
7
8
9
10
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
EOF

}