blob: ae4bbff9264d6e499eb60bffbf426ee0df09d432 (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_install(){
post_upgrade
}
post_upgrade(){
cat << EOF
This is the premium core of clash which is close-sourced.
You can find the manual at https://github.com/Dreamacro/clash/wiki/Premium-Core-Features
EOF
}
|