浏览代码

libqwclient moved to another location, cimsqwbot renamed to qwbot

Mihawk 10 年之前
父节点
当前提交
ebc728a833
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      is_cimsqwbot.sh

+ 2 - 2
is_cimsqwbot.sh

@@ -15,12 +15,12 @@ done
 
 
 if [ ! -d "libqwclient" ]; then
-	git clone https://gitlab.netdome.biz/community-messaging-project/libqwclient.git
+        git clone https://gitlab.netdome.biz/mihawk/libqwclient.git
 	INSTALL=1
 fi
 
 if [ ! -d "cimsqwbot" ]; then
-	git clone https://gitlab.netdome.biz/community-messaging-project/cimsqwbot.git
+        git clone https://gitlab.netdome.biz/community-messaging-project/qwbot.git
 	INSTALL=1
 fi