From 6bbfce71b0cac0703c8b26343a5f1eba5022e355 Mon Sep 17 00:00:00 2001 From: Matthew Anderson Date: Wed, 7 Aug 2024 07:56:04 -0500 Subject: [PATCH] update kernel --- build-iso.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-iso.sh b/build-iso.sh index c0c2d56..a05ed76 100755 --- a/build-iso.sh +++ b/build-iso.sh @@ -32,8 +32,8 @@ AUR_PACKAGES="\ " ADDITIONAL_PACKAGES="\ - https://github.com/ChimeraOS/linux-chimeraos/releases/download/v6.9.9-chos2-1/linux-chimeraos-6.9.9.chos2-1-x86_64.pkg.tar.zst \ - https://github.com/ChimeraOS/linux-chimeraos/releases/download/v6.9.9-chos2-1/linux-chimeraos-headers-6.9.9.chos2-1-x86_64.pkg.tar.zst \ + https://github.com/ChimeraOS/linux-chimeraos/releases/download/v6.10.3-chos1-1/linux-chimeraos-6.10.3.chos1-1-x86_64.pkg.tar.zst \ + https://github.com/ChimeraOS/linux-chimeraos/releases/download/v6.10.3-chos1-1/linux-chimeraos-headers-6.10.3.chos1-1-x86_64.pkg.tar.zst \ " # create repo directory if it doesn't exist yet