1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-17 23:06:30 -05:00

goodbye go.sh

This commit is contained in:
DuckSoft 2020-08-15 16:04:57 +08:00 committed by GitHub
parent 9e99343b43
commit 353f927ddf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,5 +16,6 @@ colorEcho(){
echo -e "\033[${1}${@:2}\033[0m" 1>& 2 echo -e "\033[${1}${@:2}\033[0m" 1>& 2
} }
colorEcho ${RED} "ERROR: This script has been deprecated, please switch to the fhs-install-v2ray project." colorEcho ${RED} "ERROR: This script has been DISCARDED, please switch to fhs-install-v2ray project."
colorEcho ${YELLOW} "URL: https://github.com/v2fly/fhs-install-v2ray" colorEcho ${YELLOW} "URL: https://github.com/v2fly/fhs-install-v2ray"
exit 255