blob: 2bcdf3bff98c665c87c137a0382f25286494d25a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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-meta.service at /etc/clash-meta
User home directory ~/.config/clash by default
EOF
}
|