summarylogtreecommitdiffstats
path: root/clash-rs-bin.install
blob: dd4bdba77f4eb92243a1250756ce15320340131a (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 ClashRS by Watfaq forked from Clash by Dreamacro.
    You can find the manual at https://watfaq.gitbook.io/clashrs-user-manual
    Home directory clash-rs.service at /etc/clash-rs
EOF

}