diff --git a/install_openblocks b/install_openblocks index 2ee78f0477883295d4266f98fce2b6fef7382565..9cf11d3e561825592f213967f1842a7384201e6d 100644 --- a/install_openblocks +++ b/install_openblocks @@ -1,5 +1,5 @@ #! /bin/sh -git clone https://github.com/taweili/openblocks.git && \ +git clone https://gitlab.reutlingen-university.de/letsgoing/ardublock-source/openblocks.git && \ cd openblocks && \ mvn install && \ cd .. && \