feat: Add obsolete warning for old script

issue #83
pull/2679/head
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
1 changed files with 2 additions and 0 deletions

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