1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 14:26:11 -04:00

Merge pull request #85 from dctxmei/master

feat: Add obsolete warning for old script
This commit is contained in:
Kslr 2020-08-09 06:51:30 +08:00 committed by GitHub
commit 1664b4ec9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -489,4 +489,6 @@ main(){
return 0
}
colorEcho ${RED} "WARN: This script will be obsolete soon, please switch to the fhs-install-v2ray project in time."
colorEcho ${YELLOW} "URL: https://github.com/v2fly/fhs-install-v2ray"
main