paw: boot: Use newest limine version
Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user