We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c5f30 commit dcc6d47Copy full SHA for dcc6d47
rootfs/build.sh
@@ -4,7 +4,7 @@ set -e
4
5
# Rootfs definitions
6
ROOTFS_NAME="vanilla-pico"
7
-REPO_URL=http://testing.vanillaos.org
+REPO_URL=http://repo2.vanillaos.org
8
REPO_KEY=vanilla.key
9
CUSTOM_PACKAGE=""
10
CLEANUP_DIRS="/usr/share/doc/*
rootfs/includes.rootfs/etc/apt/sources.list.d/vanilla-base.sources
@@ -1,5 +1,5 @@
1
Types: deb
2
-URIs: http://testing.vanillaos.org/
+URIs: http://repo2.vanillaos.org/
3
Suites: sid
Architectures: amd64
Components: main contrib non-free non-free-firmware
0 commit comments