Update patch.sh

This commit is contained in:
ferrreo 2023-02-25 14:59:59 +00:00 committed by GitHub
parent c767fcfb2a
commit 5bc1204ed6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,9 @@
echo "Pika Kernel - Applying patches" 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/ # Cachy patches are here: https://github.com/CachyOS/kernel-patches/
# orig patch from cachy - 0001-cachyos-base-all.patch # orig patch from cachy - 0001-cachyos-base-all.patch
patch -Np1 < "../patches/0001-cachy-all.patch" patch -Np1 < "../patches/0001-cachy-all.patch"