Skip to content

Commit 9daa1d9

Browse files
committed
use armbian beta repo for kernel
1 parent 378dc83 commit 9daa1d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lb-config-bookworm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ LB_IMAGE_NAME="debian-bookworm-live" lb config \
2424
--mirror-binary-security "http://security.debian.org/debian-security/" \
2525
--mirror-debian-installer "http://ftp.debian.org/debian/"
2626

27-
echo "deb https://apt.armbian.com bookworm main bookworm-utils bookworm-desktop" > config/archives/live.list.chroot
28-
echo "deb https://apt.armbian.com bookworm main bookworm-utils bookworm-desktop" > config/archives/live.list.binary
27+
echo "deb https://beta.armbian.com bookworm main bookworm-utils bookworm-desktop" > config/archives/live.list.chroot
28+
echo "deb https://beta.armbian.com bookworm main bookworm-utils bookworm-desktop" > config/archives/live.list.binary
2929
echo "deb http://download.opensuse.org/repositories/home:/amazingfate:/grub-dtbo/Debian_12/ /" >> config/archives/live.list.chroot
3030
echo "deb http://download.opensuse.org/repositories/home:/amazingfate:/grub-dtbo/Debian_12/ /" >> config/archives/live.list.binary
3131

lb-config-trixie.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ LB_IMAGE_NAME="debian-trixie-live" lb config \
2323
--mirror-binary-security "http://security.debian.org/debian-security/" \
2424
--mirror-debian-installer "http://ftp.debian.org/debian/"
2525

26-
echo "deb https://apt.armbian.com trixie main trixie-utils trixie-desktop" > config/archives/live.list.chroot
27-
echo "deb https://apt.armbian.com bookworm main trixie-utils trixie-desktop" > config/archives/live.list.binary
26+
echo "deb https://beta.armbian.com trixie main trixie-utils trixie-desktop" > config/archives/live.list.chroot
27+
echo "deb https://beta.armbian.com bookworm main trixie-utils trixie-desktop" > config/archives/live.list.binary
2828
echo "deb http://download.opensuse.org/repositories/home:/amazingfate:/grub-dtbo/Debian_Testing/ /" >> config/archives/live.list.chroot
2929
echo "deb http://download.opensuse.org/repositories/home:/amazingfate:/grub-dtbo/Debian_Testing/ /" >> config/archives/live.list.binary
3030

0 commit comments

Comments
 (0)