From 9450a614678181b841342e5c60e6d6e52d1f150f Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Thu, 14 Nov 2024 01:45:25 +0100 Subject: [PATCH] Fix ogrepository URL --- component-installer/component-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component-installer/component-installer.sh b/component-installer/component-installer.sh index 6aca455..42a294b 100644 --- a/component-installer/component-installer.sh +++ b/component-installer/component-installer.sh @@ -17,7 +17,7 @@ OGBOOT_REPO="$OPENGNSYS_BASE_URL/ogboot.git" OGCORE_REPO="$OPENGNSYS_BASE_URL/ogcore.git" OGDHCP_REPO="$OPENGNSYS_BASE_URL/ogdhcp.git" OGGUI_REPO="$OPENGNSYS_BASE_URL/oggui.git" -OGREPOSITORY_REPO="$OPENGNSYS_BASE_URL/ogrepo.git" +OGREPOSITORY_REPO="$OPENGNSYS_BASE_URL/ogrepository.git" export GIT_SSL_NO_VERIFY=1