From 5bc1204ed6b1f07231ca380a381a3f0e9d112aad Mon Sep 17 00:00:00 2001 From: ferrreo Date: Sat, 25 Feb 2023 14:59:59 +0000 Subject: [PATCH] Update patch.sh --- scripts/patch.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/patch.sh b/scripts/patch.sh index acee8b9..7ef53bd 100755 --- a/scripts/patch.sh +++ b/scripts/patch.sh @@ -2,6 +2,9 @@ echo "Pika Kernel - Applying patches" +# WE want linux-tools so patch em in +patch -Np1 < "../patches/0000-linux-tools.patch" + # Cachy patches are here: https://github.com/CachyOS/kernel-patches/ # orig patch from cachy - 0001-cachyos-base-all.patch patch -Np1 < "../patches/0001-cachy-all.patch"