Browse Source

libqwclient moved to another location, cimsqwbot renamed to qwbot

Mihawk 10 năm trước cách đây
mục cha
commit
ebc728a833
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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