From 6d92f9c7557f0532e1c635a4df371ff607afa0be Mon Sep 17 00:00:00 2001
From: Sebastian Rieger <sebastian.rieger@informatik.hs-fulda.de>
Date: Thu, 25 Apr 2024 10:34:54 +0200
Subject: [PATCH] changed install.sh to use master branch

---
 faafo/contrib/install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/faafo/contrib/install.sh b/faafo/contrib/install.sh
index 90f2fb1..d2787d3 100755
--- a/faafo/contrib/install.sh
+++ b/faafo/contrib/install.sh
@@ -153,7 +153,7 @@ if [[ -e /etc/os-release ]]; then
 
         # HSFD changed to local repo
         #git clone https://gogs.informatik.hs-fulda.de/srieger/cloud-computing-msc-ai-examples
-        git clone --branch dev_faafo https://gogs.informatik.hs-fulda.de/srieger/cloud-computing-msc-ai-examples
+        git clone https://gogs.informatik.hs-fulda.de/srieger/cloud-computing-msc-ai-examples
         cd cloud-computing-msc-ai-examples/faafo
         # following line required by bug 1636150
         sudo pip install --upgrade pbr
-- 
GitLab