@@ -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 ]
echo -e "${red}ERROR! Git clone source code unknown error, please retry later...${normal}"