paw: boot: Use newest limine version

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-22 02:00:37 +00:00
parent accc3ae2a0
commit 51e4543079
4 changed files with 154 additions and 257 deletions
+4 -2
View File
@@ -5,6 +5,8 @@
#
if [ ! -d stand/limine ]; then
git clone https://codeberg.org/Limine/Limine.git --branch=v10.x-binary --depth=1 stand/limine
make -C stand/limine
curl -L https://github.com/Limine-Bootloader/Limine/releases/latest/download/limine-binary.tar.gz | gunzip | tar -xf -
mkdir -p stand/
mv limine-binary stand/limine/
make -C stand/limine/
fi