From 9f697187987ccf07dffaba9236817b166f5153a4 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 16 Jul 2026 12:29:23 +0200 Subject: [PATCH] update EspOS repository URL in build script --- build-rootfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-rootfs.sh b/build-rootfs.sh index 640abe2..5f8629f 100644 --- a/build-rootfs.sh +++ b/build-rootfs.sh @@ -22,7 +22,7 @@ ARCH="amd64" DEBIAN_SUITE="trixie" DEBIAN_MIRROR="http://deb.debian.org/debian" -ESPOS_REPO="https://repo.espos.dev" +ESPOS_REPO="https://repo.elordenador.org" ESPOS_SUITE="espos-unstable" ROOTFS="$(pwd)/rootfs"