diff --git a/faafo/contrib/install.sh b/faafo/contrib/install.sh index 7bfcab5..800cac4 100755 --- a/faafo/contrib/install.sh +++ b/faafo/contrib/install.sh @@ -151,8 +151,8 @@ if [[ -e /etc/os-release ]]; then exit 1 fi - # HSFD changed to git-ce.rwth-aachen.de repo - git clone https://git-ce.rwth-aachen.de/sebastian.rieger/cloud-computing-msc-ai-examples.git + # URL changed to use emin's gitea instance + git clone https://git.emin.software/haxala1r/cloud-computing-msc-ai-examples.git cd cloud-computing-msc-ai-examples/faafo # following line required by bug 1636150 sudo pip install --upgrade pbr