Explorar el Código

libqwclient moved to another location, cimsqwbot renamed to qwbot

Mihawk hace 10 años
padre
commit
ebc728a833
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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