소스 검색

更新下载代码脚本,更新正确仓库地址

corvin 4 년 전
부모
커밋
91bd132492
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/download_voice_code.sh

+ 1 - 1
scripts/download_voice_code.sh

@@ -52,7 +52,7 @@ then
   sudo apt-get install -y git
   if [ $? -eq 0 ]
   then
-      git clone -b ${GIT_BRANCH} https://code.corvin.cn:3000/ros_voice_system.git
+      git clone -b ${GIT_BRANCH} https://code.corvin.cn:3000/corvin_zhang/ros_voice_system.git
       if [ $? -ne 0 ]
       then
           echo -e "${red}ERROR! Git clone source code unknown error, please retry later...${normal}"