1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-26 09:25:23 +00:00

feat: Add obsolete warning for old script

issue #83
This commit is contained in:
Dct Mei 2020-08-09 06:43:24 +08:00
parent 2f6c3b4f59
commit e65c393017
No known key found for this signature in database
GPG Key ID: 50BF8B712DCAD7EA

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