From 2dad2f3087422a394f7af5e4e754be3748532972 Mon Sep 17 00:00:00 2001 From: haxala1r Date: Sun, 20 Jul 2025 19:35:35 +0300 Subject: [PATCH] Change demo3 script to also use our repository --- demo3-microservice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo3-microservice.py b/demo3-microservice.py index 0fb10f4..4515268 100644 --- a/demo3-microservice.py +++ b/demo3-microservice.py @@ -193,7 +193,7 @@ def main(): # noqa: C901 pylint: disable=too-many-branches,too-many-statements, ########################################################################### # new repo on git-ce.rwth-aachen.de: - hsfd_faafo_cloud_init_script = 'https://git-ce.rwth-aachen.de/sebastian.rieger/cloud-computing-msc-ai-examples/-/raw/master/faafo/contrib/install.sh' + hsfd_faafo_cloud_init_script = 'https://git.emin.software/haxala1r/cloud-computing-msc-ai-examples/raw/branch/main/faafo/contrib/install.sh' userdata = '#!/usr/bin/env bash\n' \ f'curl -L -s {hsfd_faafo_cloud_init_script} | bash -s -- ' \