From 18f2c515f89727504cc72f5eddb1eab2710b8ec7 Mon Sep 17 00:00:00 2001 From: Kay0u Date: Tue, 9 Mar 2021 20:29:26 +0100 Subject: [PATCH] fix url install script --- utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.sh b/utils.sh index e84b471..f8d3959 100755 --- a/utils.sh +++ b/utils.sh @@ -173,7 +173,7 @@ rebuild_base_containers() lxc exec "$base_image_to_rebuild-tmp" -- /bin/bash -c "curl -s https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh | bash" lxc exec "$base_image_to_rebuild-tmp" -- /bin/bash -c "apt-get install --assume-yes gitlab-runner" - INSTALL_SCRIPT="https://install.yunohost.org" + INSTALL_SCRIPT="https://install.yunohost.org/$debian_version" # Download the YunoHost install script lxc exec "$base_image_to_rebuild-tmp" -- /bin/bash -c "curl $INSTALL_SCRIPT > install.sh"