From f6528f8f06d556d7214227d8316de0843795180d Mon Sep 17 00:00:00 2001 From: haxala1r Date: Wed, 30 Apr 2025 10:19:23 +0000 Subject: [PATCH] Update faafo/contrib/install-aws.sh --- faafo/contrib/install-aws.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/faafo/contrib/install-aws.sh b/faafo/contrib/install-aws.sh index d5c4c0c..1f7f29e 100755 --- a/faafo/contrib/install-aws.sh +++ b/faafo/contrib/install-aws.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 + # 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 pip3 install --upgrade pbr