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