소스 검색

Merge pull request #85 from dctxmei/master

feat: Add obsolete warning for old script
Kslr 5 년 전
부모
커밋
1664b4ec9c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      release/install-release.sh

+ 2 - 0
release/install-release.sh

@@ -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