From a2c750138467d1b1294ea6ce651e341edc3c1e94 Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Mon, 7 Apr 2025 10:29:47 +0200 Subject: [PATCH] Updated postinstall script to use new URL --- debian/ogboot.postinst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/ogboot.postinst b/debian/ogboot.postinst index cc0072b..c5ab357 100755 --- a/debian/ogboot.postinst +++ b/debian/ogboot.postinst @@ -23,7 +23,8 @@ OGCORE_OGLIVE_URL="$RET" # SAMBA_PASS="$RET" -IPXE_REPO="https://github.com/ipxe/ipxe.git" +# IPXE_REPO="https://github.com/ipxe/ipxe.git" +IPXE_REPO="https://ognproject.evlt.uma.es/gitea/opengnsys/ogboot_ipxe.git" # Asegurarse de que el usuario exista USER="opengnsys"