Browse Source

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

corvin 4 years ago
parent
commit
91bd132492
1 changed files with 1 additions and 1 deletions
  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}"