Skip to content

Commit dcc6d47

Browse files
committed
uses new stable repo
1 parent 94c5f30 commit dcc6d47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rootfs/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44

55
# Rootfs definitions
66
ROOTFS_NAME="vanilla-pico"
7-
REPO_URL=http://testing.vanillaos.org
7+
REPO_URL=http://repo2.vanillaos.org
88
REPO_KEY=vanilla.key
99
CUSTOM_PACKAGE=""
1010
CLEANUP_DIRS="/usr/share/doc/*

rootfs/includes.rootfs/etc/apt/sources.list.d/vanilla-base.sources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Types: deb
2-
URIs: http://testing.vanillaos.org/
2+
URIs: http://repo2.vanillaos.org/
33
Suites: sid
44
Architectures: amd64
55
Components: main contrib non-free non-free-firmware

0 commit comments

Comments
 (0)