From ea739297c7ecd2f690455fb6b0874aa2db300638 Mon Sep 17 00:00:00 2001 From: Tau Date: Sun, 10 Nov 2024 19:24:54 +0000 Subject: [PATCH] uses new stable repo --- rootfs/build.sh | 2 +- .../includes.rootfs/etc/apt/sources.list.d/vanilla-base.sources | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rootfs/build.sh b/rootfs/build.sh index 5b87a9c..4914412 100644 --- a/rootfs/build.sh +++ b/rootfs/build.sh @@ -4,7 +4,7 @@ set -e # Rootfs definitions ROOTFS_NAME="vanilla-pico" -REPO_URL=http://testing.vanillaos.org +REPO_URL=http://repo2.vanillaos.org REPO_KEY=vanilla.key CUSTOM_PACKAGE="" CLEANUP_DIRS="/usr/share/doc/* diff --git a/rootfs/includes.rootfs/etc/apt/sources.list.d/vanilla-base.sources b/rootfs/includes.rootfs/etc/apt/sources.list.d/vanilla-base.sources index 6529c19..ff57ac8 100644 --- a/rootfs/includes.rootfs/etc/apt/sources.list.d/vanilla-base.sources +++ b/rootfs/includes.rootfs/etc/apt/sources.list.d/vanilla-base.sources @@ -1,5 +1,5 @@ Types: deb -URIs: http://testing.vanillaos.org/ +URIs: http://repo2.vanillaos.org/ Suites: sid Architectures: amd64 Components: main contrib non-free non-free-firmware